View Full Version : Choosing a datasource??


paulmcdonnell
10-03-2001, 09:55 AM
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?

Jack Cowley
10-03-2001, 01:40 PM
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?

jwindon
10-03-2001, 02:38 PM
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.