S
Steve
I have a database with Tables
"Customers" & "CustomProducts".
"Customers" contain all Customer Info, i.e. CustomerID,
CustomerName, Address, Phone, Etc.
"CustomProducts" contains fields like:
CustomerID, ProductID, SellPrice, Active/Inactive, Active
Date...
The two tables are linked through a field
named "CustomerID".
I enter orders into Tables
called "Orders", "OrderDetails" for a Customer by
selecting that Customers Specific Products for
the "CustomProducts" Table.
I want to add 1 identical record within "CustomProducts"
for every "Customer", so I can sell the same product to
many customers.
I hope this is enough info. Any help would be
appreciated. Thanks in advance.
Stephen
..
"Customers" & "CustomProducts".
"Customers" contain all Customer Info, i.e. CustomerID,
CustomerName, Address, Phone, Etc.
"CustomProducts" contains fields like:
CustomerID, ProductID, SellPrice, Active/Inactive, Active
Date...
The two tables are linked through a field
named "CustomerID".
I enter orders into Tables
called "Orders", "OrderDetails" for a Customer by
selecting that Customers Specific Products for
the "CustomProducts" Table.
I want to add 1 identical record within "CustomProducts"
for every "Customer", so I can sell the same product to
many customers.
I hope this is enough info. Any help would be
appreciated. Thanks in advance.
Stephen
..