Hi All
Access2002/2007
WinXPPro
I've found that sometimes, when an error occurs in my forms, the module variables (i.e. those declared at top of the form's module) can collapse.... this can happen even on fairly minor form errors but, of course, their collapse goes on to cause an even greater error... I eventually decided to replace my module variables with text and check boxes to hold their values but this caused form.dirty problems so I've gone back.
Shot in the dark, but is there any way of making these form module variables more sunstantive? I simply declare them at the moment as, for example, :
Public Allow_Save As Boolean
Thanks
Access2002/2007
WinXPPro
I've found that sometimes, when an error occurs in my forms, the module variables (i.e. those declared at top of the form's module) can collapse.... this can happen even on fairly minor form errors but, of course, their collapse goes on to cause an even greater error... I eventually decided to replace my module variables with text and check boxes to hold their values but this caused form.dirty problems so I've gone back.
Shot in the dark, but is there any way of making these form module variables more sunstantive? I simply declare them at the moment as, for example, :
Public Allow_Save As Boolean
Thanks