D
DubboPete
Hi all,
Followed some leads on here to filter names in a query, based on the
value of a text box on a form, but the query returns all records
regardless! Here's the code:
Like "*" & ([forms]![frmcallcontacts]![text80]) & "*"
Can't work out why everyone on here says it should work, and it
don't! Searching for say SMITH within 500 records of full names, and
I know there's five instances in five separate records.
Any help apprciated
Pete
Followed some leads on here to filter names in a query, based on the
value of a text box on a form, but the query returns all records
regardless! Here's the code:
Like "*" & ([forms]![frmcallcontacts]![text80]) & "*"
Can't work out why everyone on here says it should work, and it
don't! Searching for say SMITH within 500 records of full names, and
I know there's five instances in five separate records.
Any help apprciated
Pete