macro delay

  • Thread starter Thread starter Irene Kral
  • Start date Start date
I

Irene Kral

Hello everybody!

I hope you can help me with this:

I have a form with a text box with a calculation depending on some fields in
my form.
Because this is just a control field, that has to be zero, i run a macro
that refreshes the form and in case the value of this textbox is not zero
opens a error message.
It seems to happen that immediatly after the refresh, the value of this text
box goes for lets say a tenth of a second zero, so that the error message
pops up.
Maybe there is a way to delay a command in the macro? Something like
refresh - wait - check the value of the box.
that is so far my only idea ....

Waiting for replies! - Thanks

Irene
 
Irene,

Can you please provide some more details about the calculation in the
textbox, and the actions in the macro? Thanks.
 
Back
Top