thefourthwall
IS-IT--Management
Good morning,
Stuck on an issue that I would appreciate your help with. In a database I maintain there is a combobox called [bold]Agency[/bold] on the main form.
If the users accidentally selects an item on the list, I want the dropdown list to have a blank entry at the top that can be chosen instead. Currently the combo box is populated only by entries in tblAgency and the row source for the combobox is
. I generate a report that displays records only when an item from this list has an entry from tblAgency.
I imagine that the solution is relatively easy, but after searching this forum and not finding an answer, maybe it is just not easy for me.
Your help sure is appreciated!
-thefourthwall
Stuck on an issue that I would appreciate your help with. In a database I maintain there is a combobox called [bold]Agency[/bold] on the main form.
If the users accidentally selects an item on the list, I want the dropdown list to have a blank entry at the top that can be chosen instead. Currently the combo box is populated only by entries in tblAgency and the row source for the combobox is
Code:
SELECT tblAgency.Agency FROM tblAgency;
I imagine that the solution is relatively easy, but after searching this forum and not finding an answer, maybe it is just not easy for me.
Your help sure is appreciated!
-thefourthwall