Click to See Complete Forum and Search --> : link DataCombo with Label Display?


bingmi
December 13th, 1999, 10:22 PM
I have a table in Access called 'product' which has 3 columns: ID, Description, UnitPrice. In my VB interface, The task is to have a combobox linked to the Product.Description and a label(or textbox) right next to the combobox which displays the corresponding UnitPrice for the certain product use has chosen. I've had the combobox linked to the table and display the product description, but how can I link the label to the DB and Combobox to display the corresponding UnitPrice? I'm using ADO DataControls. Thanks in advance!