Hi everyone,
I have a form whith cascading options (option2 control depends on option1 selection).
Once the user has picked up all the necessary controls the submit button appears.
When the user click on that submit button, macro his doing its job with the data and the form needs to be reinitialized.
No problem for that except for the submit button :
As the macro was launched from a OnClick procedure, Access refuses to hide its control, a debug window appears.
What could be the trick to hide that button back?
Many thanks,
Gérald