Sarah has attended:
Excel VBA Intro Intermediate course
Access Advanced course
Access Intermediate course
Maximising
When opening a database, can you set the forms to open up maximised automatically?
RE: Maximising
Hi Sarah
Thanks for your question
This is very simple to do. Simply create an on open sub procedure for the form in question and add the following line of code
DoCmd.maximise
This will then automatically maximise the form when it opens
Regards
Stephen