A
Anthony Viscomi
I hav the following:
DoCmd.OpenForm "frmPayment", , , , acFormAdd, acDialog
Me![SS] = Forms![dbo_course subform].SS
I want the "frmPayment" to add the "SS" from the subform when it is opened
via a "click" event.
I've also tried this:
Me![SS] = Forms![frmStudent(Main)]![dbo_course subform]!SS
Thanks in advance!
Anthony
DoCmd.OpenForm "frmPayment", , , , acFormAdd, acDialog
Me![SS] = Forms![dbo_course subform].SS
I want the "frmPayment" to add the "SS" from the subform when it is opened
via a "click" event.
I've also tried this:
Me![SS] = Forms![frmStudent(Main)]![dbo_course subform]!SS
Thanks in advance!
Anthony