I am trying to run a very easy query, however i am having an issue with a wildcard.
Lets for example, i have a database full of customers. Lets say 3 customers i have are "Example" "Example2" "Example3"
I am trying to run a query in which the user enters the customer name and it will display the data.
IN MS Query i've used Like [Customer Name]
However upon entering "Example%" in the box that comes up, only Example is displayed, and not example2 and example 3.
Any help would be appreciated
Lets for example, i have a database full of customers. Lets say 3 customers i have are "Example" "Example2" "Example3"
I am trying to run a query in which the user enters the customer name and it will display the data.
IN MS Query i've used Like [Customer Name]
However upon entering "Example%" in the box that comes up, only Example is displayed, and not example2 and example 3.
Any help would be appreciated