Dim TotRecords As Long
Dim CurrentRec As Long
Dim TotRecords1 As Long
Dim CurrentRec1 As Long
CurrentRec = Form_Art_New.CurrentRecord
Me.Text580 = CurrentRec
TotRecords1 = DCount("*", "Arts")
Text582 = TotRecords1
If Me.FilterOn = True Then
Me.Text580.Visible = False
Me.Text582.Visible = False
Me.Label584.Visible = False
End If