Form query picker?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a DB with multipile tables and data, but need to pull some info, but
not all at the time and other times more. What I need is a form where I can
check what data I want on a report is this possible? (I.E this week I need to
see green and blue apples but not red ones, but next week I need to see blue
and red apples) This would be ease if I only had 3 field but I have about a
50.

Thanks Joel.
 
If you have green apples in one column, blue apples in another, and red
apples in a third, you may be better off using a separate table with one
column for color and one for quantity.

Please post back if you want to explore this option.
 
Back
Top