Hi I keep getting:
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
The code is:
sql="SELECT * FROM USERS WHERE EML=" & eml
Now Iv'e double and triple checked the spelling of table "USERS" and the field "EML" in my access table,
also eml is a variable that does pass through from the last page.
I can't think of anything else.
Guyphil
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
The code is:
sql="SELECT * FROM USERS WHERE EML=" & eml
Now Iv'e double and triple checked the spelling of table "USERS" and the field "EML" in my access table,
also eml is a variable that does pass through from the last page.
I can't think of anything else.
Guyphil