sanders720
Programmer
I have a combo box that uses a SELECT statement to populate the choices. I would also like to insert a blank choice at the top of the list in addition to the SELECT data. How would I change the following syntax?
Me.[cboInstalled PC Name].RowSource = "SELECT tblAssetManagement.[Installed PC Name] FROM tblAssetManagement;"
Thanks in advance for the help.
Me.[cboInstalled PC Name].RowSource = "SELECT tblAssetManagement.[Installed PC Name] FROM tblAssetManagement;"
Thanks in advance for the help.