All 8 salespeople can sale all products to only their customers or new customer in their territory. We have about four of these type of products every month. This was being done in excell which can be more difficult to use. I have set it up as follows...
tbl-salesperson (lookup only)
tbl-Customers (lookup only)
tbl-Products (lookup only)
all of these are used in
tbl-Special(salesperson,customer,product,size,color,price,color price)
I have used queries to pull each salespersons customers sold per each product which just for right now stands at 76 queires just for the rest of this year. I have based a report on each one in order to use a command button for each salesperson on a form. It all seems too bulky to me. Is there someway to use relationships to trim it down. I don't have alot of problem with anything else. Just this blows my mind.