D
David K
Our "Main" form generates a bill for service, and requires name, customer #,
date, etc. It was built to populate a "many" Table.
Customers can be new (to us) or repeat. We are a small part of the company,
and don't create the customer numbers. After creating the Main table and the
form that populates it, I realized I need a "One" table with names and the
unique customer # (so I made it).
I still want people to use that single form to enter the customer #, last
name and first name (along with other data relevant to the charges). But I
also want the new customer form to grow as new customers occur, without
asking the users to use a separate form.
Can I get the single form to put the new customer # in both the "One" and
the "Many" tables, as well as associate that unique number with the last and
first names?
date, etc. It was built to populate a "many" Table.
Customers can be new (to us) or repeat. We are a small part of the company,
and don't create the customer numbers. After creating the Main table and the
form that populates it, I realized I need a "One" table with names and the
unique customer # (so I made it).
I still want people to use that single form to enter the customer #, last
name and first name (along with other data relevant to the charges). But I
also want the new customer form to grow as new customers occur, without
asking the users to use a separate form.
Can I get the single form to put the new customer # in both the "One" and
the "Many" tables, as well as associate that unique number with the last and
first names?