Error Message

L

Loi

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
 
S

Stephen White

How you tried the Detext and Repair under the help menu. You will need the disk.
 
P

Pieter Wijnen

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top