I have a database for a doctors office. I have a form call patient info with a combo box and several fields. I want to be able to select a patient id from the combobox and then click a button to run a query to retrieve the data from the patient id table and display the results in the main form where the combobox is located. I do not want to use a subform, only the main form. Can anybody help me achieve this?
Thanks.