98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » Floating form
Floating form
Resolved · Low Priority · Version 2003
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
Thu 12 Mar 2009: Automatically marked as resolved.
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Create calculated fields that work out your ageYou can uset eh year function to work out the year from NOW function and then subtract it with your date of birth type field |