I have a form/subform problem. The form displays general employee information and the subform displays all tickets (this is a very simplistic help desk DB) tied to that person. If it makes any difference, I have the subform displayed in Single Form rather than Datasheet. I have a text box in the subform and would like to display to total number of tickets attributed to that person in this textbox. The field that holds the tickets numbers is [ticketnumber] and there is a field called [id] that is a foreign key. I simply want to get a count of all of the [ticketnumber] tied to that [id]. Thank you.