T
tryit
I have the following line in a button event on FormA:
DoCmd.OpenForm "FormB", WindowMode:=acDialog
This opens FormB in the EXTREME upper left of the Access window, where
the user will probably miss it. Is there a way to make FormB open in
the middle of FormA?
Thanks,
Tom
DoCmd.OpenForm "FormB", WindowMode:=acDialog
This opens FormB in the EXTREME upper left of the Access window, where
the user will probably miss it. Is there a way to make FormB open in
the middle of FormA?
Thanks,
Tom