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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top