Is the text being entered into txtServerCabinet limited, or can they enter anything they want? What I want to know is do you want your search to find only EXACT macthes, or any record similar to what they typed in?

If you're going to want EXACT matches only, you should change to a list/combo box, something that provides what they're options are. If not then you'll want to use a LIKE option with wildcards. If you want the latter, I'll post some code that should help.