D
DBAguy
Guest
In a Form that I've built, the following code produces the following error:
DoCmd.RunSQL "SELECT Email.[User ID] FROM ;"
>>>>
Run-time error '2342':
A RunSQL action requires an argument consisting of an SQL statement.
<<<<
The SQL statement appears valid. What am I doing wrong? Any help would greatly be appreciated.
DoCmd.RunSQL "SELECT Email.[User ID] FROM ;"
>>>>
Run-time error '2342':
A RunSQL action requires an argument consisting of an SQL statement.
<<<<
The SQL statement appears valid. What am I doing wrong? Any help would greatly be appreciated.