"Matthew" wrote
Quote:
... To build to this, I want to add
check boxes on this form, with the
names of some of the fields in my
query, where if unchecked, the query
will still run like before, but will not
show the unchecked fields anymore.
Can I do this? |
Yes, you can.
You will use VBA code to examine the user's entries and either construct or
modify an SQL statement (that's what a query is -- the Query Builder is just
a visual front end for easily constructing SQL). Without using code, I don't
think you can do what you want.
Larry Linson
Microsoft Access MVP