I have a report that is a personel roster. I am trying to insert a text box into the footer of the report which will calculate the total number of names assigned to this roster. I created the text box, and set the control source to =Count([Last Name]) This works in calculating the number of names in the roster, but it re-arranges my report. Is there a way to keep this reaarangement from occuring or is there an easier way to do what I want it to?