I have following script behind a button on a form:
DoCmd.OpenForm "fMobile_PUK_Finder"
The form "fMobile_PUK_Finder" has property popup: Yes.
When the access file is an .adp file, command runs OK.
When I convert the .adp to .ade, the popup form doesn't open. Actually it opens but remains hidden, because for example I cannot rename it.
It happens also for reports defined as popups.
Any idea?
DoCmd.OpenForm "fMobile_PUK_Finder"
The form "fMobile_PUK_Finder" has property popup: Yes.
When the access file is an .adp file, command runs OK.
When I convert the .adp to .ade, the popup form doesn't open. Actually it opens but remains hidden, because for example I cannot rename it.
It happens also for reports defined as popups.
Any idea?