I'm trying to create a recordset using "currentDB.Open RecordSet", using a
query as the
"source" string (the only parameter: so all the others are set to their
defaults which, I believe,
means the recordset returned will be a "table" one), but VB keeps giving me
"type mismatch" errors. Should this problem be resolved by changing the
"options" parameter
so that a compatible recordset will be returned, thus eliminating the error?
Thanks,
Russell Potter
query as the
"source" string (the only parameter: so all the others are set to their
defaults which, I believe,
means the recordset returned will be a "table" one), but VB keeps giving me
"type mismatch" errors. Should this problem be resolved by changing the
"options" parameter
so that a compatible recordset will be returned, thus eliminating the error?
Thanks,
Russell Potter
Comment