(Q) I've assigned a form as Popup and Modal using the Properties sheet.
But when I open the form, it doesn't open in Modal view. What am I doing wrong?
(A) Unfortunately, setting the Modal properties of the form is not
enough. You need to explicitly open the form in modal view. For example
Docmd.OpenForm "SomeForm", , , , ,acDialog
|