J
Jimbo213
I've got the below field in a table, and placed on a form as a text box.
I've got a pushbutton that OnFocus fires some VBA code, the first step is
Me.CalculatingMessage = "Calculating Score"
The calculating routine takes about 3 seconds, and at the end of the routine
I have
Me.CalculatingMessage = "Calculation Done"
In the VBA code, when I set the breakpoint at this line, and F8 into it, the
text message shows. When I F5 to the ending message, it also displays
properly.
When I remove the breakpoint, neither messages show.
Any Ideas what I'm doing wrong?
Thanks for your reply & assistance.
Jimbo213
I've got a pushbutton that OnFocus fires some VBA code, the first step is
Me.CalculatingMessage = "Calculating Score"
The calculating routine takes about 3 seconds, and at the end of the routine
I have
Me.CalculatingMessage = "Calculation Done"
In the VBA code, when I set the breakpoint at this line, and F8 into it, the
text message shows. When I F5 to the ending message, it also displays
properly.
When I remove the breakpoint, neither messages show.
Any Ideas what I'm doing wrong?
Thanks for your reply & assistance.
Jimbo213