SQL = "SELECT customerName, department, FROM reservations, depList WHERE customerName = '" & customerName & "'"
I'm getting the error:
Microsoft JET Database Engine error '80040e14'
The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.
This is an active server page using vbscript
I'm getting the error:
Microsoft JET Database Engine error '80040e14'
The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.
This is an active server page using vbscript