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)
'Michael Red. 2/13/2002. To 'Toggle the backolor, which
'Provides alternate line shading
Const XorToggle = 4144959
Me.Detail.BackColor = Me.Detail.BackColor Xor XorToggle
End Sub
If Me.Detail.Backcolor = XorToggle Then
If Me.TEXT1 = 0 Then
Me.TEXT1 ???
End If
End If
If Me.TEXT1 = 0 Then
Me.TEXT1.Visible = False
Else
Me.TEXT1.Visible = True
End If