Minimize Form to a certain size

elboogie50

New member
Local time
Today, 09:15
Joined
Aug 18, 2016
Messages
1
Hi,

I need some help with Minimize forms in my database. I have a form that has buttons with different category numbers on it. When the user clicks on one of the buttons the form, the popup get enlarge and I don't want that. I have three images of what im talking about. The first image is the form with the categorys and the second one is the form at gets enlarge. The last image is what I want it to do when the user clicks on the category button to be the right size. Please someone help me.
 

Attachments

  • Image1.png
    Image1.png
    19.8 KB · Views: 98
  • image2.jpg
    image2.jpg
    104.2 KB · Views: 87
  • image3.jpg
    image3.jpg
    105.5 KB · Views: 82
Open the form,then set the widths...
Docmd.openForm "form1"
Forms!form1.width = 1024
Forms!form1.height = 1024
 

Users who are viewing this thread

Back
Top Bottom