D
David Habercom
Can anyone give me a clue about what kinds of things might cause this line
to fail?
DoCmd.RunSQL "SELECT * FROM FacTbl WHERE FacTblRNo = '" & strNum & "';"
The error message: "A RunSQL action requires an argument consisting of an
SQL statement."
I have confirmed strNum is correctly defined. The code runs on
Form_FacultyList, which appears in a subform on EdAdEndwmtObj. I have
moved the darn code around, futzed with it right and left... and I don't
know what to try next. Right now I'm dead.
Thanks.
David
to fail?
DoCmd.RunSQL "SELECT * FROM FacTbl WHERE FacTblRNo = '" & strNum & "';"
The error message: "A RunSQL action requires an argument consisting of an
SQL statement."
I have confirmed strNum is correctly defined. The code runs on
Form_FacultyList, which appears in a subform on EdAdEndwmtObj. I have
moved the darn code around, futzed with it right and left... and I don't
know what to try next. Right now I'm dead.
Thanks.
David