Link to home
Start Free TrialLog in
Avatar of dba123
dba123

asked on

The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.

Set ProjectQ = coDB.Execute("select SubRegionID, FocusID, from tbl_Project where ProjectID = " & Request("ProjectID"))

error:

The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.


what the hell is wrong with my query?  I don't see it
ASKER CERTIFIED SOLUTION
Avatar of arbert
arbert

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of arbert
arbert

Set ProjectQ = coDB.Execute("select SubRegionID, FocusID from tbl_Project where ProjectID = " & Request("ProjectID"))
Avatar of dba123

ASKER

unbelievable......ahhhhh
Avatar of dba123

ASKER

hmmm, maybe it's time for contacts lenses
nah, just sounds like it's close to the end of your day :)  Those are the hardest problems to find!