T
Tom via AccessMonster.com
I would like to use Stephen Leban's A97OpenFormRelativeControl to open a
Dialog Form.
I changed the following line in modPositionWindow from:
DoCmd.OpenForm frmName
to:
DoCmd.OpenForm frmName, , , , , acDialog
The form acts like a Dialog form but it does not open the form relative to
any control.
It seems the next line in the code:
Set frm = Forms.Item(frmName)
results in frm = Nothing.
Any help is appreciated.
Tom
Dialog Form.
I changed the following line in modPositionWindow from:
DoCmd.OpenForm frmName
to:
DoCmd.OpenForm frmName, , , , , acDialog
The form acts like a Dialog form but it does not open the form relative to
any control.
It seems the next line in the code:
Set frm = Forms.Item(frmName)
results in frm = Nothing.
Any help is appreciated.
Tom