I assume date stamp is on the main form and you wish to update this when the main or subform/s are updated, you'll have to use the Before Update events of both the main and subfom;
Forms!Main!DateStamp = Now from the subform
and Me.DateStamp = Now from the main form