What I would like to do is the following:
I have a number of buttons on a form set out in an order in which the user has to press them.
Once the user has gone onto Stage 2 I would like Stage 1 to disappear. I can do this by attaching a macro
(i.e. [Forms]![FormName]![controlName].visible,False)
to the OnGetFocus function of the Stage 2 button.
The problem I've got is that the End User could be doing this over a couple of days, and every time I close the form & re-open it, it resets all the buttons back to visible.
Is there anyway that I can get the form to stop refreshing when it opens?
Regards
Carly
I have a number of buttons on a form set out in an order in which the user has to press them.
Once the user has gone onto Stage 2 I would like Stage 1 to disappear. I can do this by attaching a macro
(i.e. [Forms]![FormName]![controlName].visible,False)
to the OnGetFocus function of the Stage 2 button.
The problem I've got is that the End User could be doing this over a couple of days, and every time I close the form & re-open it, it resets all the buttons back to visible.
Is there anyway that I can get the form to stop refreshing when it opens?
Regards
Carly