Use pop up form to filter main form

S

Steve

I'm having troubles getting a pop up form to filter records prior to opening
a data entry form. The pop up form has a combo box (cboLookup) based on a
query. The combo box saves Study# for use later. When I press the command
button with an openform macro, how can I get the selected record to populate
the main form? Any help is much appreciated.
 
S

Squirrel

Steve,

Check out the "Where condition" in the macro. You should be able to
navigate and select your combobox.
 
Top