J
Joe Williams
I have a form/subform set up that lists authorized products for each
SalesPerson. So the form lists sales person john and has a subform that
lists all of his products (a,b,c,d,etc) Table structure is similar to this:
tblSales (SalesPersonID, SalesPersonName), tblSalesProducts(SalesPersonID,
ProductID)
How can i code a button on the main form that will copy all of the subform
records to a new salesperson?
THanks
JOe
SalesPerson. So the form lists sales person john and has a subform that
lists all of his products (a,b,c,d,etc) Table structure is similar to this:
tblSales (SalesPersonID, SalesPersonName), tblSalesProducts(SalesPersonID,
ProductID)
How can i code a button on the main form that will copy all of the subform
records to a new salesperson?
THanks
JOe