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 Detail_Format(Cancel As Integer, FormatCount As Integer)
' GetBackColour is a Function in mdlVFFunctions
Select Case txtControlNum
Case = 1
Me.Detail.BackColor = 16777215
Case = 2
Me.Detail.BackColor = 12632256
Case Else
Me.Detail.BackColor = 8454143
End Select
End Sub