A
Angela Z.
Does anyone know what's wrong with the following, worked
fine in Access 97?
I'm getting a runtime error 13 Type Mismatch when I tried
to run this SQL Statement
strSQL = "SELECT * FROM Employee WHERE empid = '" &
strCurrentUser & "'"
set rs = currentdb.OpenRecordset(strSQL)
When I try to run this sql as query it runs fine but from
code it doesn't work.
I'm stumped. Thanks for any help ahead of time.
--Angela
fine in Access 97?
I'm getting a runtime error 13 Type Mismatch when I tried
to run this SQL Statement
strSQL = "SELECT * FROM Employee WHERE empid = '" &
strCurrentUser & "'"
set rs = currentdb.OpenRecordset(strSQL)
When I try to run this sql as query it runs fine but from
code it doesn't work.
I'm stumped. Thanks for any help ahead of time.
--Angela