Use the AfterUpdate event of the ProductID control to lookup the price in
the Product table.
To see an example:
1. Open the Northwind sample database (installed with Access).
2. Open the Orders Subform in design view.
3. Right-click the ProductID combo and choose Properties.
4. On the Event tab of the Properties box, click After Update.
5. Click the Build button (...) beside this.
Access opens the code window, and you can see how it works.
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Reply to group, rather than allenbrowne at mvps dot org.
Zack said:
I have a database for my small business. When I input an order I select
from a list of my products the one being ordered. I would like it if when I
select a product from a combo box i would like it if it automaticlay
enterded the products price in the proper field.