2 or more queries in a form?

M

melwester

I have a main form (CTAMMain) that has a button to popup another form
(CTAContacts), which works fine. But how do I get the data from the query
into CTAContacts-Form (the popup) from CTAMain-form?

I've created 2 different queries. The CTAMain query does not contain any
information for the CTAContacts query. But both queries are pulled from the
same table. The CTAContacts is a continuous form from CTAMain with no
drop-down box. I just want the form to be automatically filled in with text
after the user has picked from the combo box on CTAMain-form.

Is this possible and how should it be done.

Thanks.
 
Top