Hi There,
I have a form that uses a combobox to filter by name to then show the relevant data in the two textboxes below. Now for some reason when I search for the name of the first record it shows the information fine but if I search for any other name it causes the entire form to go blank except for leaving the label in the Form Header present, but all controls on the form disappear. The combobox (cboNameLookup) is unbound and uses a RowSource query. The two textboxes are bound to the Control Source based on the Forms Record Source Query.
Could someone help me please get this working correctly?
Kind regards,
Dom
I have a form that uses a combobox to filter by name to then show the relevant data in the two textboxes below. Now for some reason when I search for the name of the first record it shows the information fine but if I search for any other name it causes the entire form to go blank except for leaving the label in the Form Header present, but all controls on the form disappear. The combobox (cboNameLookup) is unbound and uses a RowSource query. The two textboxes are bound to the Control Source based on the Forms Record Source Query.
Could someone help me please get this working correctly?
Kind regards,
Dom