Dynamic form creation

rik

Registered User.
Local time
Today, 11:44
Joined
Jan 14, 2008
Messages
17
hi,

i have a database with 15 queries that are all manipulations of the same few fields.

do i need to create a seperate form for each query, or can i develop one form that dynamically imports data depending on the query (possibly through a main form with option buttons).

thanks
rik.:)
 
Rik,

I bet that you could use the form's recordsource property to do this. Say like, having query choices on the main form represented by "yes/no" controls, and opening the "universal" form based on the control that checked.
 
thanks... i went with the docmd.openform way!
 

Users who are viewing this thread

Back
Top Bottom