G
Guest
Hi,
I have seen this done but can't remeber where, I need to set the default
size for a form. Each time I open design view and resize the blue border the
form takes on that shape when I re-open it after saving.
I have found me.width and put this into the form open sub but it does not
appear to work, what am I doing wrong?
Private Sub Form_Open(Cancel As Integer)
Me.Width = 20
End Sub
I have Modal and Popup set to YES for the form.
Cheers
Chas
I have seen this done but can't remeber where, I need to set the default
size for a form. Each time I open design view and resize the blue border the
form takes on that shape when I re-open it after saving.
I have found me.width and put this into the form open sub but it does not
appear to work, what am I doing wrong?
Private Sub Form_Open(Cancel As Integer)
Me.Width = 20
End Sub
I have Modal and Popup set to YES for the form.
Cheers
Chas