Query Based On User Selection

  • Thread starter Thread starter Chuck
  • Start date Start date
C

Chuck

Hello,

I have a from with several combo boxes. I would like the
user to be able to pick the table he want to query from a
combo box as well as all the fields he wants to query. I
would then show a report based on all his selections. Is
there an easy way to make a query that would be based on
all the combo box selection the user made.

Thanks,
Chuck
 
No, there is no EASY way. The only way I know to do this sort of thing is
through VBA code and building the SQL statement.
 
Back
Top