T
Ted
using a2k again....
i typically don't worry about the public-ity of variables but i think this
is one place where i want to...
i have a form and on my form i have a BeforeUpdateEvent wherein i declare a
variable Dim Flag as Integer which is bumpled up from its initial Flag = 0
setting every instance where a tested for condition is met. at the end of the
vba, if Flag > 0 then we docmd.runmacro a macro.
i also have an options group on this same form called Frame1 and i think i'd
like to have the value of Flag available to be tested in the AfterUpdateEvent
of Frame1's.
i tried declaring "Public Flag as Variant" atop the form's vba but when
using breakpoints i see that it's remaining empty.
can something be wrong?
i typically don't worry about the public-ity of variables but i think this
is one place where i want to...
i have a form and on my form i have a BeforeUpdateEvent wherein i declare a
variable Dim Flag as Integer which is bumpled up from its initial Flag = 0
setting every instance where a tested for condition is met. at the end of the
vba, if Flag > 0 then we docmd.runmacro a macro.
i also have an options group on this same form called Frame1 and i think i'd
like to have the value of Flag available to be tested in the AfterUpdateEvent
of Frame1's.
i tried declaring "Public Flag as Variant" atop the form's vba but when
using breakpoints i see that it's remaining empty.
can something be wrong?