This is my first project in Access, so this might be a really easy fix, and this might not be the right forum, but any help would be appreciated. I have a database of our inventory and wanted to add a search feature to it. I managed to create a split form with a search box at the top using Apply Filter with the command [Item#] Like "*" & Forms!inventtab!text20 & "*". It would work exactly like I need it to if it could be applied to ALL fields of the table. I only have nine fields that need searched, but it surpasses the character limit of the where condition line when I enter them all like the example. Any way to shorten the SQL so that it fits, or maybe there is something that replaces the first bracket so that it applies to all fields of the table? Thanks in advance!