
December 28th, 2012, 10:30 PM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 3
Time spent in forums: 18 m 6 sec
Reputation Power: 0
|
|
|
Thanks for the reply. Ideally, I would like to have one textbox to search multiple fields, like a traditional search box. Currently this is the code I have:
Me.Filter = "Email Like '*" & Me.Text138 & "*'"
As is, it works fine. However, I would like it to also search First and Last names, as well as companies (this is a contact database). Can I do this in the way you described?
Thank you so much!
|