VBA

Can anybody tell me what does these codes do as i m having an error in the 2nd line :(


Private Function validRecord() As Boolean
If rstClientDetails.AbsolutePosition = -1 Then (Error in this line)
validRecord = False
Else
validRecord = True
End If
End Function
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories