I have a form that displays results from a different "search" form. in this form, I would like to have a number for how many results were returned, any ideas?
[blue] Public Sub recCnt()
Dim rst as DAO.Recordset
Set rst = Me.RecordsetClone
rst.MoveLast
Me![purple][b]TextBoxName[/b][/purple] = rst.RecordCount
Set rst = nothing
End Sub[/blue]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.