One form - multiple queries?? (1 Viewer)

D

djtommye

Guest
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

Registered User.
Local time
Today, 02:13
Joined
Feb 3, 2002
Messages
270
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.
 

Users who are viewing this thread

Top Bottom