Hi, I cannot figure out what I did but I assume it has something to do with an "if" "then" "elseif" statement I have on another part of the form.
I get the Run time error '3061' Too few parameters. Expected 1.
Set sn = db.OpenRecordset("SELECT * FROM TableName ORDER BY ID DESC", dbOpenDynaset, dbSeeChanges)
^is the line that I am getting the error message on. Everything I have found online so far deals with getting this message because of using a query which I don't think I am. :banghead:
If you need more of the code or have any questions as I'm not to sure how clear that was just ask. I would be grateful for any help/advice.
Thanks,
Mana
I get the Run time error '3061' Too few parameters. Expected 1.
Set sn = db.OpenRecordset("SELECT * FROM TableName ORDER BY ID DESC", dbOpenDynaset, dbSeeChanges)
^is the line that I am getting the error message on. Everything I have found online so far deals with getting this message because of using a query which I don't think I am. :banghead:
If you need more of the code or have any questions as I'm not to sure how clear that was just ask. I would be grateful for any help/advice.
Thanks,
Mana