T
Tony Dong
Hi there,
I wrote a query include two parameters, sometimes working fine, sometimes it
just take one parameter and give me error result, anyone know why and how to
solve this problem?
this is the query as follow
SELECT [tblCustomers].[CustomerID]
FROM tblCustomers
WHERE [tblCustomers].[Cus_LastName]=[?] And
[tblCustomers].[Cus_FirstName]=[?];
Thanks
Tony
I wrote a query include two parameters, sometimes working fine, sometimes it
just take one parameter and give me error result, anyone know why and how to
solve this problem?
this is the query as follow
SELECT [tblCustomers].[CustomerID]
FROM tblCustomers
WHERE [tblCustomers].[Cus_LastName]=[?] And
[tblCustomers].[Cus_FirstName]=[?];
Thanks
Tony