hondaman2003
Programmer
I am trying to create a parameter query so I can make a search form. In my SQL I have the following command:
WHERE ([fieldName] LIKE '@AccountNumber')
When I run the query, it doesn't ask for the parameter. I see the tick marks in there but visual studio puts them in there automatically when I type the following:
LIKE @AccountNumber
Can you tell me why this is happening?
WHERE ([fieldName] LIKE '@AccountNumber')
When I run the query, it doesn't ask for the parameter. I see the tick marks in there but visual studio puts them in there automatically when I type the following:
LIKE @AccountNumber
Can you tell me why this is happening?