save subforms

S

Suzie

Do I need to put a save command button on each subform or will they save when
the main form is saved?

Thanks for your help
 
L

Linq Adams via AccessMonster.com

Actually, in a form/subform scenario, records are saved when you move from
one to the other.

If you enter a record in the main form, when you move to the subform, the
main form record is saved.

I you enter a record in a subform, when you move to the main form, the
subform record is saved.
 
Top