Sorry for all the posts, but time is running out!
Related Code:
Set rs2 = CurrentDb.OpenRecordset("Select * from tbl_Attendants Where Arrival_Verification = TRUE AND Parish_Group_ID = " & Forms!frm_Check_In_Attendants_by_Group!frm_Check_In_Attendants_by_Group_Subform.Form![Parish_Group_ID])
Error: No current record
On: rs2.MoveLast
There ARE records. What am I doing wrong??? *************
M. MARNEY
Related Code:
Set rs2 = CurrentDb.OpenRecordset("Select * from tbl_Attendants Where Arrival_Verification = TRUE AND Parish_Group_ID = " & Forms!frm_Check_In_Attendants_by_Group!frm_Check_In_Attendants_by_Group_Subform.Form![Parish_Group_ID])
Error: No current record
On: rs2.MoveLast
There ARE records. What am I doing wrong??? *************
M. MARNEY