Combo Box - "<Select User>"

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top