The folowing code is erroring out. Any suggestions...
Private Sub Form_Current()
Set rs = CurrentDb.OpenRecordset("Select * from tbl_Attendants where Parish or Group ID = " & me!Parish or Group ID & "
rs.MoveLast
Me.tx_Count_Box_2 = rs.RecordCount
End Sub *************
M. MARNEY
Private Sub Form_Current()
Set rs = CurrentDb.OpenRecordset("Select * from tbl_Attendants where Parish or Group ID = " & me!Parish or Group ID & "
rs.MoveLast
Me.tx_Count_Box_2 = rs.RecordCount
End Sub *************
M. MARNEY