I'm working in a database where the forms are set at a certain size. When I move into another database, the forms resize to what they were in the previous database.
I want to lock the forms to a particular size, so they don't change every time I open a program.
I've tired ... DoCmd.RunCommand acCmdSizeToFitForm
I've tired .... MoveSize(Right, Down, Width, Height)
Any suggestions would be appreciated.
I want to lock the forms to a particular size, so they don't change every time I open a program.
I've tired ... DoCmd.RunCommand acCmdSizeToFitForm
I've tired .... MoveSize(Right, Down, Width, Height)
Any suggestions would be appreciated.