Select *
FROM attendees
WHERE fname = Jim
I'm creating a recordset in Dreamweaver from my access database. The table 'attendees' is correct, and the field 'fname' is correct. I tried ="Jim" and every combination of quotes, no quotes, etc.
The error I'm given is:
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
I'm guessing the solution is something very simple... please help!
2006-11-16
03:02:42
·
4 answers
·
asked by
jimbobbighouse
4
in
Computers & Internet
➔ Programming & Design