Form to bring up a specific record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Also, I currently have my tables setup so that every order has an Order ID.
What should I do to create a form that enables a user to enter an Order ID to
bring up that record and make changes? Thanks.
 
Just add a combo box to the form and let the wizard guide you through it.
The wizard will write the code to find a specific record. After you add it,
I think you can change it from a combo-box to a textbox and still retain all
the code that was created by the wizard.
 
Back
Top