I have a public variable set in a button's code:
in the button's code-i'm calling a report to open up-and on the on-close of the form I'm setting:
but when it's coming back to the code-to continue the code-the rptatt's value is still true.
what am I doing wrong?
Code:
Option Compare Database
Option Explicit
Public rptAtt As Boolean
in the button's code-i'm calling a report to open up-and on the on-close of the form I'm setting:
Code:
rptATT=false
what am I doing wrong?