T
Tausif
Hi,
I have created following query.. but i would like to know how we can use %%
with the [Keyword] variable at where clause. I tried %[Keyword]% but its
giving me error.
PARAMETERS KeyWord Text ( 255 );
SELECT transactions.ChangeRequest, transactions.Priority, transactions.ID,
transactions.[Problem No] AS TicketNo
FROM transactions
WHERE (transactions.ProblemDesc like [KeyWord] OR transactions.ChangeRequest
like [KeyWord]);
I have created following query.. but i would like to know how we can use %%
with the [Keyword] variable at where clause. I tried %[Keyword]% but its
giving me error.
PARAMETERS KeyWord Text ( 255 );
SELECT transactions.ChangeRequest, transactions.Priority, transactions.ID,
transactions.[Problem No] AS TicketNo
FROM transactions
WHERE (transactions.ProblemDesc like [KeyWord] OR transactions.ChangeRequest
like [KeyWord]);