WombatTrax
New Member
- Joined
- Jul 10, 2012
- Messages
- 10
I am trying to create a search query on a user form that is linked to a seperate spreadsheet. I have 3 text fields in the userform that can be filled in. Using a command button, I would like the userform to search any or all 3 columns linked to the text fields and return the results in a list. The user should then be able to select the row with the correct data and be able to edit any of the 9 fields of that row, then save it with the updated data.I would also like a message box to appear that says "No results found" if there are no matches in the database. Is this possible? I am fairly new to VBA and am unsure of how to code this. Also, the company I work for is limited to using excel 2003 on windows XP. Thank you in advance for any advice/help.