G
Guest
Hello All,
I am using the following code in Access 97 to try and open a form in hidden
mode:
DoCmd.OpenForm "frmOccurrence", , , , , acHidden
I am running the code from a command button. However, the form is still
being displayed when it opens. Any suggestions why the code is not working?
I am using the following code in Access 97 to try and open a form in hidden
mode:
DoCmd.OpenForm "frmOccurrence", , , , , acHidden
I am running the code from a command button. However, the form is still
being displayed when it opens. Any suggestions why the code is not working?