hey,
i have the following code that won't loop ...
anyone see the problem?
Private Sub Form_Current()
Dim rSt As DAO.Recordset
Set rSt = Me.Recordset
Dim int2Count As Integer
int2Count = rSt.RecordCount
If int2Count = 0 Then Exit Sub
rSt.MoveFirst...
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.