I'll show you the way I do it, it probably isn't the most efficient way but it does the trick:
. Place a new text field in the form footer of your subform
. Set the new text field's Control Source to '=Count([AnyField])' where AnyField is one of the fields in the detail section
. Run this form to check that the new text field displays the number of records on the form
. Add a new text field to the main form and point the Control Source at the field in the subform's footer. This field should should change as the number of records in the subform changes
. You can tidy up the subform by shrinking the new text field down to 0,0
Hope this helps,
Good Luck,
starsky51