Error Message

message from Loi on 13 May 2004
Hi,
Anytime I close a database, I revieve a message like that
MSACCESS.exe has generated errors and will be closed by
Windows. you will need to restart the program.

An error log in being created.

Please tell me what i need to do to fix the problem.

Thank you
Loi
 
Stephen White replied to Loi on 13 May 2004
How you tried the Detext and Repair under the help menu. You will need the disk.
 
Pieter Wijnen replied to Loi on 14 May 2004
This is a common problem in access '97 (at least) if you don't explicitly
close Recordsets after use
ie
Dim Rs AS DAO.Recordset

Set Rs = ....

' do things
Rs.Close : Set Rs = Nothing

HTH
Pieter

"Loi" <anonymous@discussions.microsoft.com> wrote in message
news:cbba01c4391b$93f73b10$a601280a@phx.gbl...
 
=?Utf-8?B?U0NITllERVM=?= replied to Loi on 13 May 2004
Are you closing the database by just hitting the "X" on the top right with a form open, or query open? How are you going about closing the database?
 

Archived message: Error Message (MS Access Forms)