G
Guest
Hi there,
I am trying to pass the value from a text box on frmInputBoxRptSkills to a
query which will filter results in two tables based on the contents of the
text box and provide the basis for a report.
The problem I am having is that the text box may contain a wildcard and part
of a role title and I cannot figure out how to get the query to find all
roles "like" the contents of the text box, e.g. I want to search for all
roles with Training in the title.
Can anyone give me some code to help me out?
Thanks
A
I am trying to pass the value from a text box on frmInputBoxRptSkills to a
query which will filter results in two tables based on the contents of the
text box and provide the basis for a report.
The problem I am having is that the text box may contain a wildcard and part
of a role title and I cannot figure out how to get the query to find all
roles "like" the contents of the text box, e.g. I want to search for all
roles with Training in the title.
Can anyone give me some code to help me out?
Thanks
A