bharathsadanand
Registered User.
- Local time
- Today, 12:43
- Joined
- Nov 21, 2012
- Messages
- 15
Hi All,
I have 3 tables.
1) Products 2) Orders 3) Order Details.
I have created a form that has the order on top and it has a sub form with the order details in the bottom. (So basically 1 order will have multiple rows)
I have a combo box that shows "Retail" or "Project".
Based on what the user selects I want the Unit Price value in the order details sub form to be populated with either "UnitPriceRetail" or "UnitPriceProject" from the Products table.
Please help.
I have 3 tables.
1) Products 2) Orders 3) Order Details.
I have created a form that has the order on top and it has a sub form with the order details in the bottom. (So basically 1 order will have multiple rows)
I have a combo box that shows "Retail" or "Project".
Based on what the user selects I want the Unit Price value in the order details sub form to be populated with either "UnitPriceRetail" or "UnitPriceProject" from the Products table.
Please help.