Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Private Sub Form_Current()
oneRow = 0.2 * 1440
tblOrder_subform.Height = (3 * oneRow) + (oneRow * (DCount("*", "query22", "[CustID] = '" & Form_frmC2.CustId & "'")) - 1)
End Sub