J
JamesJ
The following code in the OnCurrent of my form doesn' display 0 Items as I
wish
when the form returns no records.
If IsNull(Me!ProductID) Then
Me.txtCount = Me.RecordsetClone.RecordCount & "0 Item(s)"
Else
Me.RecordsetClone.MoveLast
Me.txtCount = Me.RecordsetClone.RecordCount & " Item(s)"
End If
Any ideas,
James
wish
when the form returns no records.
If IsNull(Me!ProductID) Then
Me.txtCount = Me.RecordsetClone.RecordCount & "0 Item(s)"
Else
Me.RecordsetClone.MoveLast
Me.txtCount = Me.RecordsetClone.RecordCount & " Item(s)"
End If
Any ideas,
James