G
Gary Hull
I am using the following code to produce a message box if my
filter selects more than one record
If I step through the code every thing works fine.
When I just run the code I get the wrong record count
FilterCount = Me.RecordsetClone.ReordCount
If FilterCount > 1 Then
MsgBox "You have selected multi items"
End If
filter selects more than one record
If I step through the code every thing works fine.
When I just run the code I get the wrong record count
FilterCount = Me.RecordsetClone.ReordCount
If FilterCount > 1 Then
MsgBox "You have selected multi items"
End If