I am creating a database application using Access 2003 that will be run as a stand-alone application (i.e. using the Access runtime). I have a main form that opens to a pre-defined location and size and I would like to control where any other forms open.
I would like to open additional forms at the same location and size as the main form. I could use the "autocenter" property but I would like the user to be able to move the form wherever they like and have the new form appear at that location. Only one form will be open at any one time since I close the previous form when opening a new form.
Any suggestions on how to accomplish this with VBA? Thanks.