P
peg
I have a form that has a subform (which then also has a couple subforms in
it)
On the 1st subform i have a button to print a report based on the info in
the subform.
My problem is if they just enetered or updated the data i can't get it to
save before it goes to print.
In the print command button code I placed: me.recordset.update but that
didn't do anything.
also tried this:
Set frm1 = Forms("ProgressNote")
Set ctl1 = frm1.Child6
ctl1.Form.Recordset.Update
that didn't do aything either.
Anyone have any ideas?? THANKS!!
it)
On the 1st subform i have a button to print a report based on the info in
the subform.
My problem is if they just enetered or updated the data i can't get it to
save before it goes to print.
In the print command button code I placed: me.recordset.update but that
didn't do anything.
also tried this:
Set frm1 = Forms("ProgressNote")
Set ctl1 = frm1.Child6
ctl1.Form.Recordset.Update
that didn't do aything either.
Anyone have any ideas?? THANKS!!