M
Mark Gonyea
Background:
MainDoc table = serial number field only.
NameList = SerNum
Name
Address
CompanyList = SerNum
Company
Address
I have to program a way to input data using this form which is bound to
MainDoc table, but all the fields in the form are fields in either the
NameList or CompanyList tables.
I am using drop down boxes on the form with Record Source being 'Select *
from NameList' or 'Select * from CompanyList'. But when I try to bind these
drop downs the only field names are the fields from MainDoc table. I have
the proper 1 to Many relationships between these tables using SerNum as the
key.
Question: How do I get these to bind to the right table?
The goal is for the user to open the form and add a new serial number, then
select from drop downs the Name and Company. If they are not in the drop
down there is a button to add the new entry to those table with separate
form.
I just cannot seem to save any new records in the MainDoc table using this
form.
Thanks for any help.
\M
MainDoc table = serial number field only.
NameList = SerNum
Name
Address
CompanyList = SerNum
Company
Address
I have to program a way to input data using this form which is bound to
MainDoc table, but all the fields in the form are fields in either the
NameList or CompanyList tables.
I am using drop down boxes on the form with Record Source being 'Select *
from NameList' or 'Select * from CompanyList'. But when I try to bind these
drop downs the only field names are the fields from MainDoc table. I have
the proper 1 to Many relationships between these tables using SerNum as the
key.
Question: How do I get these to bind to the right table?
The goal is for the user to open the form and add a new serial number, then
select from drop downs the Name and Company. If they are not in the drop
down there is a button to add the new entry to those table with separate
form.
I just cannot seem to save any new records in the MainDoc table using this
form.
Thanks for any help.
\M