Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.visual.basic    |    MS Visual Basic discussions, NOT dot-net    |    10,840 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 9,775 of 10,840    |
|    Svend Erik Johansen to All    |
|    Re: VB6 Report update problem    |
|    07 Dec 05 16:35:17    |
      From: crsoft@mail.dk              Hi              Try to open the recordset and close it again BEFORE you run the report.              Dim myset as Recordset       StrSql="Select * from ... ;"       Set myset = mydb.OprenRecordset(StrSql,dbOpenSnapshot,dbReadOnly)       myset.close       set myset = Nothing              Svend       DK              "Red Hammer" |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca