EternalMyrtle
I'm still alive
- Local time
- Today, 10:37
- Joined
- May 10, 2013
- Messages
- 533
Hello,
I am experiencing an issue with my forms that seems to have cropped up out of nowhere: the forms are not opening in modal/dialog mode when they should be.
Yet, the form opens behind the other form (which, incidentally, is also set to be pop up and modal in the form properties--is that the problem? If so, why wasn't this an issue until now?).
I am not sure what to do as it is a pretty big deal for data entry reasons.
Can anyone offer any solutions? I have Access 2007.
Thank you
I am experiencing an issue with my forms that seems to have cropped up out of nowhere: the forms are not opening in modal/dialog mode when they should be.
- The forms' pop-up and modal properties are set to "yes"
- The code specifies to open Dialog so, for example:
Code:
DoCmd.OpenForm "frmCompanies", , , , , acDialog
Yet, the form opens behind the other form (which, incidentally, is also set to be pop up and modal in the form properties--is that the problem? If so, why wasn't this an issue until now?).
I am not sure what to do as it is a pretty big deal for data entry reasons.
Can anyone offer any solutions? I have Access 2007.
Thank you