M
malhyp
Hi, can anyone see where i have gone wrong in this SQL. I continue to get the
error message below.
SELECT SupplierName, Location, ShortDescription
FROM Query1
WHERE TimberSpecies LIKE '%MMColParam%' AND CategoryTable LIKE '%MMColParam2%
' AND Location LIKE '%MMColParam3%'
MMColParam 1 Request.Form("keywordSearch")
MMColParam 2 Request.Form("CategoryTable")
MMColParam 3 Request.Form("Location")
When I test this SQL in the recordset i get the following error message.
[Microsoft][ODBC Microsoft Access Driver] Too Few Parameters. Expected 1.
??
Mally.
error message below.
SELECT SupplierName, Location, ShortDescription
FROM Query1
WHERE TimberSpecies LIKE '%MMColParam%' AND CategoryTable LIKE '%MMColParam2%
' AND Location LIKE '%MMColParam3%'
MMColParam 1 Request.Form("keywordSearch")
MMColParam 2 Request.Form("CategoryTable")
MMColParam 3 Request.Form("Location")
When I test this SQL in the recordset i get the following error message.
[Microsoft][ODBC Microsoft Access Driver] Too Few Parameters. Expected 1.
??
Mally.