Meesage box appears behind current form

T

Tony Adams

This is odd!. If I (as a test) create a button with a macro to display a
message box, the message box appears behind the form. However on another form
it works fine. As far as I can see, the form properties are identical.

Sometimes the screen does not fully refresh when switching between design
view and form view.

This is driving me mad!!!
 
J

JohnFol

How are the forms opened?

If it's with a DoCmd.OpemForm there is a parameter to specify Dialog. Worth
a look.
 
Top