Enter new record w/ multiple corresponding values from other table

J

jmjlmad

I have 2 tables; 1 for acct mgr names/addresses from my company and 1 to
enter all of our customers.

My problem is that I want to create a form where I can enter an acct mgr
name/address from my company and then select (maybe from a subform) multiple
customers that this acct mgr is assigned to, so that it maybe (?) duplicates
the acct mgr information and creates a new record in the table everytime
another customer name is selected.

Is this possible?
 
K

KARL DEWEY

Use two tables - Company & Customers - CompanyID, Autonumber as primary key &
CompanyID, Number - Long Integer as foreign key. Set a one-to-many
relationship with referential integerity and cascade update.
Then use a form/subform for manager/customers with Master/Child links set to
the CompanyID.
 

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

Top