Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Choose query table on the fly

Status
Not open for further replies.

cayuga7

IS-IT--Management
Sep 18, 2002
14
0
0
US
I want to be able to run a query or a report based upon a table that is chosen when the query is run, similar to the way parameters can be entered as criteria by the built-in feature in the Access query grid. I have weekly or monthly data tables and when I run the query I want to be able to choose which table the query is based on.

Thanks for any help.

Jack
 
One way is to dynamically build on the fly by code the SQL of the RecordSource.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top