Small example of what I'm trying to do. Let's say I just have a table with 2 fields, ShopName & OldName. What I'm trying to get, is when a user enters a name into the txtShopName control on a form, it will search both fields for that name. We have body shops that sometimes change names, but the old name still shows up on estimates for a few weeks until everything gets completely changed over. Is there anyway to get 1 control to search in 2 fields? I've tried just adding the OldName field into my query, but seeing as the name isn't the same in both fields, I get nothing returned. I've tried to send what's in the control to a hidden text box, but have something wrong with the code because it doesn't go over until I click the button to run the query, and now I'm thinking even if I got that to work, I'd still have the same issue because the name isn't in both fields. HELP PLEASE!!!!
As always, thanks ion advance....