C
Chris
Hello: I'm receiving a type mismatch error when using the
open recordset method from Access XP. My code line looks
like this:
set rsDateInfo = currentdb.openrecordset(strsql)
I have dimensioned strsql as string and populated it with
a valid sql statement.
I have been working primarily with office 97 and just
recently started working with XP. The above works in 97.
What am I missing here?
open recordset method from Access XP. My code line looks
like this:
set rsDateInfo = currentdb.openrecordset(strsql)
I have dimensioned strsql as string and populated it with
a valid sql statement.
I have been working primarily with office 97 and just
recently started working with XP. The above works in 97.
What am I missing here?