Hi
i have a form where i have 2 comboboxes and a couple of textboxes.
I have set the datasource property to the table and fields as required for all the textboxes and the combobox
The first combobox (cbCriteria) contains the column names of the table and the second combobox (cbSearchCust) contains the data in the fields which are shown according to the criteria selected from the previous combobox (Cust_id, Cust_name or Cust_sname)
I want to connect the cbSearchCust to the textboxes so that when i change the customer from the textbox, the textboxes change. How can i do this?
Thanks
Luke