S
SuzyQ
I want to resize the width of the subform when the form is resized. I put
the code below in my project, but it is not working. Can someone help me
resize my subform on the fly?
Private Sub Form_Resize()
Me.frmInvoiceLineItemsListSubform.Width = Me.Width - (0.25 * 1440)
End Sub
the code below in my project, but it is not working. Can someone help me
resize my subform on the fly?
Private Sub Form_Resize()
Me.frmInvoiceLineItemsListSubform.Width = Me.Width - (0.25 * 1440)
End Sub