Adding a Record

S

Stephen

I have a database with Tables
"Customer" & "CustomProducts".

"CustomProducts" contains fields like:
CustomerID, ProductID, SellPrice, Active/Inactive, Active
Date...

The two tables are linked through a field
named "CustomerID".

I want to add 1 identical record within "CustomProducts"
for every "Customer".

I hope this is enough info. Any help would be
appreciated. Thanks in advance.

Stephen
 
B

Bill Crawford

HI:

If you have a form for data entry into the table you can use the command
button wizard to create a button to enter a duplicate record of the current
record in focus.
 

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