B
Brad Allison
Here is the command:
SELECT FirstName, LastName, State, CJNYtd
TOP 10 WITH TIES
ORDER BY CJNYtd DESC
FROM JuniorMaster
WHERE (Region=?)
This is the error:
Error in SELECT Clause: Expression nead '10'
Unable to Parse...
I am using this select command to draw data from an Access Database using
the OleDB Jet provider. Maybe there is a syntax error.
Thanks for any help you may provide.
Brad
SELECT FirstName, LastName, State, CJNYtd
TOP 10 WITH TIES
ORDER BY CJNYtd DESC
FROM JuniorMaster
WHERE (Region=?)
This is the error:
Error in SELECT Clause: Expression nead '10'
Unable to Parse...
I am using this select command to draw data from an Access Database using
the OleDB Jet provider. Maybe there is a syntax error.
Thanks for any help you may provide.
Brad