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.
Dim fShade as Boolean
Const acbcColorGray = 14540253
If fShade then
Me.Detail.BackColor = acbcColorGray
Else
Me.Detail.BackColor = vbWhite
End If
'Alternate the value of fShade
fShade = Not fShade
fShade = False