View Full Version : One form - multiple queries??


djtommye
02-11-2002, 09:03 PM
I have a database of customers that I have created; my form for adding someone to the database is quite complex, and involves alot of code.

I would like to be able to use this same form for several queries as well, but have not seen a way to do that.

In other words, I want one form that I can populate from several different queries, when needed. How can I do this?

Thanks!

dynamictiger
02-11-2002, 09:35 PM
Wrote your queries from the bottom up nesting as you go, then construct a form from the results. This will display the same data as the query.

If you then want to search for example modify teh finished query to acheive the desired outcome.