Subforms

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

Guest

I have a table called products. In there I am entering all the info about
each product we buy, ie, SN RID MODEL ACCESS# etc. In the Customers form I
created, I have a subform that lists all the fields from the products table.
I want to be able to type in the access# and have the rest of the fields from
that record in the products table populate automatically. Can I do that? If
so, HOW?
 
Simply join the Customer table and the Product table on the ACCESS# field in
a query for your Customer form. I hope you are not using the octothorp "#"
in a field name.

Special characters that you must avoid when you work with Access databases
http://support.microsoft.com/?id=826763
 

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