Hello I have a form. On the form is a combobox that is linked to an address query.
The query has an address field with Like criteria, which requires the user to type in the first few letter of a road name.
This then returns the records that the user can select in the combo box.
This runs fine the first time the combo box is entered, but once it has been entered it remembers the last records.
Ie. If I enter the combo box the query prompts me to enter the first letters of the road name. I.e. I enter "whet"
The combo box then lets me select from road names starting with "whet"
If I change my mind and want to search for a different road name, entering the combo box only lets me select roads whet.
What is the best way to get the combo to run the query each time I select it?
Many many thanks Mark
The query has an address field with Like criteria, which requires the user to type in the first few letter of a road name.
This then returns the records that the user can select in the combo box.
This runs fine the first time the combo box is entered, but once it has been entered it remembers the last records.
Ie. If I enter the combo box the query prompts me to enter the first letters of the road name. I.e. I enter "whet"
The combo box then lets me select from road names starting with "whet"
If I change my mind and want to search for a different road name, entering the combo box only lets me select roads whet.
What is the best way to get the combo to run the query each time I select it?
Many many thanks Mark