Selecting a Particular Client

  • Thread starter Thread starter jsccorps
  • Start date Start date
J

jsccorps

I have a form that includes client information and a subform that includes
associated purchase information. All of the records are available, and a
user can navigate (next, back) through the records. How can bring up the
form (and associated subform) for a particular client, for example based on
Client ID?
 
I have a form that includes client information and a subform that includes
associated purchase information. All of the records are available, and a
user can navigate (next, back) through the records. How can bring up the
form (and associated subform) for a particular client, for example based on
Client ID?

Add an UNBOUND combo box to the Main Form's Header.
If you use the wizard to do so, select the 3rd option on the first
list of question, something like "Find a record..."
Complete the wizard.
When you are done, selecting a client from the combo box will take you
to that client's record.
 
Back
Top