J
Jim Bunton
Access 2000 windows xp
Private Sub Form_Resize()
debug.print me.width
end sub
I'm epecting the value of the width to change as I resize the form when
open.
but it doesn't.
why do I want this value?
to change the size of a control within the form. to match the resizing of
the form.
Private Sub Form_Resize()
debug.print me.width
end sub
I'm epecting the value of the width to change as I resize the form when
open.
but it doesn't.
why do I want this value?
to change the size of a control within the form. to match the resizing of
the form.