View Full Version : Populating Text Boxes with Combo Box selection


kc58
03-21-2000, 11:03 AM
I am having problems with the combo box. Basically, I have two tables. One is the Products table: "ProductID", "Title", "Price" and the other table is OrderDetails: "OrderDetailID", "ProductID", "Quantity", "Price". How would I be able to have the user select a Title (which is a combo box) which would automatically populate the Price text box in the OrderDetails form? Any help is appreciated. Thank you!

Pat Hartman
03-21-2000, 01:55 PM
There are examples of how to do this in northwind.mdb and solutions.mdb