Beginner Form help

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

Guest

I am trying to create a form view from a table that I have. What I want to
do is have one field on the form available for input which will display the
form fields related to the input field. For example: In my "Purchasing
Group" field - you can enter 86P and the rest of the fields will display
records relating to 86p. How do I do this? I currently have the basic form
where you have to navigate through each record.
 
Create an unbound combobox to serve as a filter for your form. Use the
wizard and follow the prompts for "Find a record based on......."

Look at Northwinds or any of the template-based mdb's that ship with Access
for working examples.
-Ed
 
That did it. Thanks for the help!



Ed Robichaud said:
Create an unbound combobox to serve as a filter for your form. Use the
wizard and follow the prompts for "Find a record based on......."

Look at Northwinds or any of the template-based mdb's that ship with Access
for working examples.
-Ed
 

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