Hi,
What i now have in my database is one orderprice so when a customer select an product the orderprice that is related with product is given.
Instead of one orderprice i want four pricelists. Each pricelist is related with an customer.
How can i define that??
I don't how or where to put the four pricelists too. The orderprice is in the table products
My database view(like the example in Northwind from the folder Order):
Mainform Order
-------------------------------------
CustomerId
combobox) Orderid:
-------------------------------------
Subform Order
-----------------------------------
Productname(combobox) Orderprice
----------------------------------
THX IN ADVANCE
DAN
What i now have in my database is one orderprice so when a customer select an product the orderprice that is related with product is given.
Instead of one orderprice i want four pricelists. Each pricelist is related with an customer.
How can i define that??
I don't how or where to put the four pricelists too. The orderprice is in the table products
My database view(like the example in Northwind from the folder Order):
Mainform Order
-------------------------------------
CustomerId
-------------------------------------
Subform Order
-----------------------------------
Productname(combobox) Orderprice
----------------------------------
THX IN ADVANCE
DAN