P
Paul
What expression can I use as the Control Source of a text box in the detail
section of a form to count the number of records in a list box?
I have a form named frm_list_project with a list box named List2. I'd like
to have a text box in the detail section at the top of the form that
displays the number of records in the list box. I've looked in Help and
tried various things like Me!List2.RecordCount but get messages like "Object
doesn't support that property."
What expression can I use to display the number of records?
Thanks in advance,
Paul
section of a form to count the number of records in a list box?
I have a form named frm_list_project with a list box named List2. I'd like
to have a text box in the detail section at the top of the form that
displays the number of records in the list box. I've looked in Help and
tried various things like Me!List2.RecordCount but get messages like "Object
doesn't support that property."
What expression can I use to display the number of records?
Thanks in advance,
Paul