hneal98, that's exactly what I am trying to do.
I have a form that generate a list of information on a list box based on what the user pick. Right at the bottom of the list box (Not in the list box, outside of it)I want to add a text box that shows the total (Data)of the list box.
I created a text box and I put in it's control source the following:
=count(Forms![FormName]![ListName])
Hope this is clear
Thanks