Hi there,
I'm trying to get a simple count of records that are displayed in my list box - these records query 3 tables for their data (data displays correctly).
I have the following code on the control source property of my text box (participant_count):
=DCount([“attendance_id”],[“tbl_attendances”],[“session_id]=[”] & [Forms]![frm_session_check_in]![cmbsessions].[Value])
My text field only displays:
#Name?
I'm trying to get a simple count of records that are displayed in my list box - these records query 3 tables for their data (data displays correctly).
I have the following code on the control source property of my text box (participant_count):
=DCount([“attendance_id”],[“tbl_attendances”],[“session_id]=[”] & [Forms]![frm_session_check_in]![cmbsessions].[Value])
My text field only displays:
#Name?