applevacross
Technical User
I've created a combo box with the combo box wizard. It is currently set to lookup the record by the value set which is serial #. However, I've been asked to have this searchable two ways. Management wants to be able to search by either username or serial. How can I set this up to be able to do this? Would I enter through the vb window or add to the existing statent created by the wizard in the row source properties of the actual box? Any Ideas? Any help is greatly appreciated.
Here is what is in the row source at the moment:
SELECT [AppleVac_Inv_DB Query].[Serial #] FROM [AppleVac_Inv_DB Query];
thanks to all in advance.
Here is what is in the row source at the moment:
SELECT [AppleVac_Inv_DB Query].[Serial #] FROM [AppleVac_Inv_DB Query];
thanks to all in advance.