passing query results to another form

K

Klaud

I have a form with combo box selecting cities, I run a macro after selecting
a city to run a SQL to bring country where city is located (simple, return in
viewsheet), then the macro also opens a second form where I want to show the
country (result of query) in a text box. How do I link the result of the
query to the second form.


Thanks
 
Top