Forum Moderators: open
I am using asp to access MS Access.
I am doing a simple enough SELECT on it, but i get that hated "too few parameters. expected 1".
here ill post what I know is the problem:
WHERE ((([System List].[System Type]) = "Cardiovascular"))
Strangely, if I change the quotes ("), to single quotes ('), then I get "too few parametesr. expected 2"
what is a guy to do? :(
An