token_remedie
Registered User.
- Local time
- Today, 18:52
- Joined
- Jul 7, 2011
- Messages
- 78
Hey all,
I'm using Allen Browne's wonderful search sheet(http://www.everythingaccess.com/tutorials.asp?ID=Build-a-search-criteria-form) and tweaking it for my own purposes and I would like the below text box to be wildcarded on each side, is this possible?
Thank you
I'm using Allen Browne's wonderful search sheet(http://www.everythingaccess.com/tutorials.asp?ID=Build-a-search-criteria-form) and tweaking it for my own purposes and I would like the below text box to be wildcarded on each side, is this possible?
Code:
strWhere = strWhere & "([Asset Description] Like """ & Me.txtFilterAssetDescription & """) AND "
Thank you