B
Bill
I've done something to inhibit the setting of
a un-bound text box whose format is "General
Number.
The text box, tbAccumulator, gets incremented
each time the PageFooter event fires.
Me.tbAccumulator = Me.tbAccumulator + intPgAccum
Debug shows: "null = null + 94"
At some point, I've done something to cause the
tbaccumulator to become null. I get a runtime
error if I attempt to initialize:
Me.tbAccumulator = 0
The tbAccumulator has been working just fine for
weeks. What could I have possibly done to cause
this?
Bill
a un-bound text box whose format is "General
Number.
The text box, tbAccumulator, gets incremented
each time the PageFooter event fires.
Me.tbAccumulator = Me.tbAccumulator + intPgAccum
Debug shows: "null = null + 94"
At some point, I've done something to cause the
tbaccumulator to become null. I get a runtime
error if I attempt to initialize:
Me.tbAccumulator = 0
The tbAccumulator has been working just fine for
weeks. What could I have possibly done to cause
this?
Bill