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.
[blue]Public Sub chk()
If Checkbox2 And Checkbox3 Then
Checkbox1.Enabled = True
Else
Checkbox1 = False
Checkbox1.Enabled = False
End If
End Sub[/blue]
[blue] Call chk[/blue]
Me.RoutingFinance1.Enabled = (Me.FinanceCheckList1_1 And Me.FinanceCheckList1_2)