Combo Box - "<Select User>"

  • Thread starter Thread starter MJ
  • Start date Start date
M

MJ

I have a combo code that is working well in the selection of the data yet
rather than having a BLANK displaying in the combo box prior to selecting the
value I would like for it to say... <Select User> . Below is the ROW SOURCE
code:

SELECT [User Name], [User Number] FROM tblUsers2 WHERE [User Name] Is Not
Null ORDER BY [User Name];

Thank you in advance,
 
Back
Top