I have a form that on load it ask's for the date received, then another one that ask's for an existing id or if you would like to add a new one. when I type in "New" I get the following error:
Run-time error '3061':
Too few parameters. Expected 4
I am revamping the database, and I changed a few things on the form, and deleted a couple of text boxes that are no longer needed--but I did not do anything with the ID
When I press debug it highlight's the following piece of code:
Set AthRst = dbs.OpenRecordset(strSQL)
any suggestions?
Beth
Run-time error '3061':
Too few parameters. Expected 4
I am revamping the database, and I changed a few things on the form, and deleted a couple of text boxes that are no longer needed--but I did not do anything with the ID
When I press debug it highlight's the following piece of code:
Set AthRst = dbs.OpenRecordset(strSQL)
any suggestions?
Beth