Hi.
> Ever see anything like this?
It sounds like the screen isn't repainting as it should. Do you have any of
the following code in your modules?
Application.Echo False
- or -
DoCmd.Echo False
. . . or a macro with Echo On set to No? Newer versions of Access
automatically set Echo back on after a macro is finished, but I don't
remember if Access 97 was also automatic.
HTH.
Gunny
See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.
(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)
> This is a problem I haven't experienced before...maybe you've come
> across it and have an idea of what's going on. Using A97.
[quoted text clipped - 11 lines]
>
> Ever see anything like this?