D
Daniel
I have the following code. Basically, I'm trying to retrieve the number of
record being displayed in my subform and the display that number in a text
box on the main form. However, i keep getting an error message that states
the it doesn't support that property.... Could someone please tell me what
I've missed?! The error occurs on the Recs=... statement
Dim Recs as integer
Recs = Forms![Stress Report Cross-Reference]![Stress Report Tbl
Subform1].Recordset.RecordCount
Me.RecordCounter = Recs & " Records Match Your Selection"
Thank you for the help
Daniel
record being displayed in my subform and the display that number in a text
box on the main form. However, i keep getting an error message that states
the it doesn't support that property.... Could someone please tell me what
I've missed?! The error occurs on the Recs=... statement
Dim Recs as integer
Recs = Forms![Stress Report Cross-Reference]![Stress Report Tbl
Subform1].Recordset.RecordCount
Me.RecordCounter = Recs & " Records Match Your Selection"
Thank you for the help
Daniel