I have a ADO control named Data1 that has all the properties set at
design time, which is pointing to an Access database. I also
have textboxes pointing to the Data1 control to display certain
fields. I have a combobox that will display certain field in different
database tables. I want the user to be able to click an item in the
combobox and
the Data1 connection will refresh, showing only records that have the
item from the combobox that the user selected and the textboxes will
show the other fields based on which item is selected in the
combobox. Can you help me please?