stevemccauley
Registered User.
- Local time
- Today, 11:15
- Joined
- Aug 8, 2001
- Messages
- 75
I have 2 tables (ProductList and OrderList). The ProductList tbl has the unit price of the product and the OrderList has the quantity ordered. On my OrderList form I want to select the product name from a cbo box and enter the quantity, then have access take the unit price from ProductList tbl and perform a calc. How do I get the correct unit price on my form?