Katya85S
Programmer
- Jul 19, 2004
- 190
Hi guys.
How do I get the first row in combobox blank. It's row source is a Select statement of a table:
Select ID, Field1 from tblTable order by Field1.
The combo box displays the Field1 value, starting from an 'A', but i need it to be a blank unless user specifies otherwise.
thank you all in advance.
How do I get the first row in combobox blank. It's row source is a Select statement of a table:
Select ID, Field1 from tblTable order by Field1.
The combo box displays the Field1 value, starting from an 'A', but i need it to be a blank unless user specifies otherwise.
thank you all in advance.