Hello
In my form load event, I have the value of a text box that displays the count of the records in the form. The number always displays 40, where a physical count of the records is 73.
Any suggestions?
Thank you
Terry
In my form load event, I have the value of a text box that displays the count of the records in the form. The number always displays 40, where a physical count of the records is 73.
Code:
Me.Text7.Value = [Forms]![frm_All_Mattresses_Main].[frm_All_Matt_frm_subform].Form.Recordset.RecordCount
Thank you
Terry
Comment