E
E.P.
Hi,
I've been using Set rs = db.openRecordset(sqlStr) where
sqlStr is a select query that uses data from 2 tables with
about 6,000 records each. However, the line "Set rs =
db.OpenRecordset(sqlStr) is toooooooooo slow. All i want
to do is go through my query and take the data that I
need. I don't need to make any changes to it. Does
anyone know a fast way to do this?
Please help.
Thank you,
Eva
I've been using Set rs = db.openRecordset(sqlStr) where
sqlStr is a select query that uses data from 2 tables with
about 6,000 records each. However, the line "Set rs =
db.OpenRecordset(sqlStr) is toooooooooo slow. All i want
to do is go through my query and take the data that I
need. I don't need to make any changes to it. Does
anyone know a fast way to do this?
Please help.
Thank you,
Eva