Hi
I use th code of the following to maximize the form
but it doens't work.
______________________________
Private Sub Form_Activate()
On Error Resume Next
Application.DoCmd.RunCommand acCmdAppMaximize
End Sub
______________________________
Private Sub Form_Current()
Application.DoCmd.RunCommand acCmdAppMaximize
End Sub
____________________________________
Private Sub Form_Onload()
Application.DoCmd.RunCommand acCmdAppMaximize
End Sub
____________________________________
any wrong here???
from the attached pic,
I want the form to be maximized enough for more userfriendly.
I use th code of the following to maximize the form
but it doens't work.
______________________________
Private Sub Form_Activate()
On Error Resume Next
Application.DoCmd.RunCommand acCmdAppMaximize
End Sub
______________________________
Private Sub Form_Current()
Application.DoCmd.RunCommand acCmdAppMaximize
End Sub
____________________________________
Private Sub Form_Onload()
Application.DoCmd.RunCommand acCmdAppMaximize
End Sub
____________________________________
any wrong here???
from the attached pic,
I want the form to be maximized enough for more userfriendly.