Form refresh

P

Peter Allanach

I have a form which is set to display no records on load until a name is
selected from a combo box.

I have now built in a wildcard parameter query to help the user find the
correct name for a record based on any fragment of any name. This process
opens up a second form which is based on the query results. I then can
double-click on the name I am interested in and this opens up a copy of the
first form but with the selected named record automatically opened up.

How can I avoid having to use a second form ie be able to pass back the
query results to the original form and refresh it?

Thanks in advanace

Peter
 
J

jokobe

Hi Peter,
have you tried to work with a subform? Put the combo in the masterform, the
data in the subform.

Jokobe
 
Top