jdaryl2003
Programmer
I have an invoicing program and I would like the invoiced item price updated based on the customer.
Here is my current setup. In my "customers" table I have a combo box with four selections, A, B, C, D. These are price codes and each customer is assigned one of the four.
In my "Items" table each item has four price fields. Price A, Price B, Price C, Price D.
In the "Orders Details" Table I have one price field. I would like that field populated with one of the four prices based on the customer. From my research I understand this may be accomplished by using a Module. Sorry to say but I have a limited knowledge of modules so any help would be greatly appreciated.