Choosing a datasource??

paulmcdonnell

Ready to Help
Local time
Today, 21:21
Joined
Apr 11, 2001
Messages
167
Hi guys,
anyone no the answer to this one...

I want the user to select the data source for a form...That's not to bad by using controls, but Is there a way of using a combo box which actually displays a list of the queries in the database as a whole then uses this as the source as an after update event?
 
Pat Hartman has posted code recently that will display the queries in a database. My question is: will your form work with all the queries in your database?
 
Are you by chance wanting to CHOOSE what criteria you want to find?

In that case you can use just one query and have its criteria set to your combobox on your form.
 

Users who are viewing this thread

Back
Top Bottom