Form size

marjdk

New member
Local time
Today, 15:23
Joined
May 8, 2009
Messages
6
Hi,

I am having some troubles with the sizing of my form.

In the Form_Open VBA-code of the form I have entered

Me.Width = 17600

However it doesn't seem to use that settings, and I can't find a way in vba to define the height of the form.

Does any of you have a solution for this?

Thanks,

/ Mikkel
 
Look up help in Access on DoCmd.MoveSize thi sshould explain how to resize your form.
 
I have used in Events Me.InsideHeight = (You need to use a number that suits, I use 10500) then under Other set PopUp to No. This works fine for me.
 

Users who are viewing this thread

Back
Top Bottom