How do I activate the Maximize button in code?

dreamspy

Registered User.
Local time
Yesterday, 23:42
Joined
Jul 13, 2006
Messages
18
Hi

I have a form, in which the maximise button is dissabled. Now I have a button on this form, which chenges the view to DataSheet view. Can I enable the Maximize button in VBA code?

btw anybody know of a good source for beginners "VBA for Access" tips?

Regards
Frímann Kjerúlf
 
Me.MaximizingButton.Enabled = true
 

Users who are viewing this thread

Back
Top Bottom