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.
If Me.Status = "Complete" Then
Me.txtField1.FontBold = True
Me.txtField2.FontBold = True
Else
Me.txtField1.FontBold = False
Me.txtField2.FontBold = False
End If
If Me.Status = "Complete" Then
Me.Detail.BackColor = 12632256
Else
Me.Detail.BackColor = vbWhite
End If