R
Rosy Lee
Hi All
I very new to access and have written a query to find any words that I type from my database column
This is the code I have written
Like "*" & [Forms]![CodeSearch]![Text2] & "*"
Nice and simple!
However, if I am trying to find a code that starts with "c1" it will find every code that has "c1" in the code.
Example: a1c1
What I would like it to do is find all the codes that start with "c1"
Example: c1 and c11 and c12 etc....
Could you please tell me how I should re-write the query above.
Thanks J
I very new to access and have written a query to find any words that I type from my database column
This is the code I have written
Like "*" & [Forms]![CodeSearch]![Text2] & "*"
Nice and simple!
However, if I am trying to find a code that starts with "c1" it will find every code that has "c1" in the code.
Example: a1c1
What I would like it to do is find all the codes that start with "c1"
Example: c1 and c11 and c12 etc....
Could you please tell me how I should re-write the query above.
Thanks J