Hi I have created a split form from a query which has a combobox which has 3 colomns ID, UserFirstName and LastName. The form displays UserFirstName in a combobox and LastName in a bound textbox. My problem is that I have created a Search button and textbox where the user can enter the UserName and look up all the records associated with that user. If I put in the UserFirstName it brings up no records but if I enter the ID number it works, however I would like to be able to use the UserFirstName to look up the records - how can I do this. My Macro is [UserFirstName] Like "*" & [Forms]![Assets Query]![searchTxt] & "*". I have tried [UserFirstName].column(1) Like "*" & [Forms]![Assets Query]![searchTxt] & "*" but it doesn't work any help please would be gratefully appreciated. Thanks
