D
Don
Hello,
I have a customers table that can have a sellprice level of 1 thru 5.
My products table has these five price levels stored.
What i need to do is at the order entry form call the default pricing for
that customers' pricing level.
eg: Customer A has a pricing level of 1, so the order details table will
call price level 1 from the products table. Customer B has price level 3 so
the order details table will call price level 3 from the products table.
How would I go about this?
I have a customers table that can have a sellprice level of 1 thru 5.
My products table has these five price levels stored.
What i need to do is at the order entry form call the default pricing for
that customers' pricing level.
eg: Customer A has a pricing level of 1, so the order details table will
call price level 1 from the products table. Customer B has price level 3 so
the order details table will call price level 3 from the products table.
How would I go about this?