Access '97 close problem

D

Dave

Hi all,
One of our front ends has a habit of leaving behind a
blank box in the task bar after it has been shut down
through an OnTimer event. Is there something I can do to
stop this occuring?
Thanks in advance.
Dave
 
S

Sandra Daigle

There is a known issue with Access 97 (And Access 2000 pre-SR1 I believe)
which causes this when in VBA you make in implicit reference to the value of
checkbox using code like 'if me.fCheckbox then' instead of 'if me.fCheckbox
= true'. There are also cases where failing to close and destroy recordsets
can create a lost instance of Access.

ACC97: Unable to Quit Microsoft Access
http://support.microsoft.com/?kbid=190074
 

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