In my form's OnCurrent event, I have the following code:
Me.Text43.Value = Me.Recordset.RecordCount
When the form opens, it give me the Runtime error 91: Object variable or with block variable not set
However, I have the same code in another form, and it runs fine.
Any thoughts?
Me.Text43.Value = Me.Recordset.RecordCount
When the form opens, it give me the Runtime error 91: Object variable or with block variable not set
However, I have the same code in another form, and it runs fine.
Any thoughts?