Darren has attended:
Access Introduction course
Access Intermediate course
Access Advanced course
Access VBA course
Floating form
How do you make a form open in the center of the screen as opposed to the top left?
RE: Floating form
Hi Darren
Thank you for your question
You need to create a macro that will run when the form opens. This macro will have two commands
Restore will first restore the form.
MoveSize will then set the position and size of the form. It has 4 arguments right, down, width and height. They specify the position and size in centimeters or inches of the form.
Hope this is useful
Regards
Stephen