Database Form

S

Sherry

I am using Office 2003. I have created a form with a
subform. The main form is based on a table with Member
ID's. Is there any way that a user could open the form
and enter the actual Member ID in the field on the form
to go direct to that Member?
 
R

rowiga

Use the wizard to create an unbound combo box. Put the combo box in the
header of the form. Tell the wizard that you want the combo box to look up
records on your form.
 
Top