Automatic Lookup

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

Guest

I have three tables : 1 is Master containing Product Info
2 is SubMaster containing Delivery and Production Formatted Fields for later
input as a job progresses
3 is General Table with results of the above 1 and 2
I need a Drop down Box to Select Product number/Name on a Form and populate
all other boxes automatically. and then add other info Batch no/Date etc
I also need on the same form all the Field information from SubMaster which
at creation has no data in it.
The combination from this Form need to be written back to the third Table
for later access and review/change by selecting the entry using a batch number
How do i use a form to get the infor from the first two tables and then
write back to the third

Thank you for any help provided

Jack
 
Let's start with your first desire...to select an item in a combo box and
have other values based on that item be displayed in textboxes.
See this article on The ACCESS Web:
http://www.mvps.org/access/forms/frm0058.htm

As for the other question, I believe what you want is a subform that is
based on SubMaster table? But it's not clear to me what you are trying to do
on the form, so post back with more details and descriptions.
 

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

Similar Threads

Forms and 2 tables 3
Updating tables when you input new data 0
Access Passing the value to a table 1
Help With MS Access 4
field duplication in tables 9
Filtering a Lookup Box 4
Table lookups with queries 8
Help with printing 2

Back
Top