new error message 2000 in XP

M

Martin

A form that worked fine in a 2000 format database run in Windows 2000 now
generates error messages on exiting when run from XP. It's asking
unnecessarily for two parameter values - the user can click Cancel and that's
fine but it's obviously confusing for them. The other strange thing is that
this only happens when clicking my Close button (which only does a
DoCmd.Close - I've tried DoComd.RunCommand accmdClose and it makes no
difference); it's fine if one closes the form with the window's own top-left
close button.

Any ideas?
 
Top