Is it possible to have a label caption display the number of records on a form to where you can count the records based on a field not being empty or it's null or not null values?
I can't figure this one out. I can do the
Private Sub Form_Current()
LblCount.Caption = (Recordset.RecordCount)
EndSub
But not a count based on a fields value. Can someone point me in the right direction please! If it is possible.
I can't figure this one out. I can do the
Private Sub Form_Current()
LblCount.Caption = (Recordset.RecordCount)
EndSub
But not a count based on a fields value. Can someone point me in the right direction please! If it is possible.