|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Form display size in Access 2000
I would like a form to expand to fill the entire screen when loaded.
|
|
#2
|
|||
|
|||
|
Full screen forms in MS Access
Set the border style to "none". Bear in mind that some form property settings may conflict with what you wish to do, while others have no effect when combining properties. The list of property combinations and their effects is too long to mention here.
There are numerous solutions to achieve the desired results and eliminate conflicts between pop up, partial or full screen forms, and it depends on your level of programming expertise and the purpose of the application. ineuw |
|
#3
|
|||
|
|||
|
When opening firs form. In the on load event of the first form
DoCmd.AppMaximize DoCmd.Maximize In the On Activate of any form DoCmd.Maximaize Jim |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft Access Development > Form display size in Access 2000 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|