O
Ove
Hi!
I have an "order" form whit a subform whit orderdetails. I would like to get
records from the orderdetails subform (sform) put in a textbox (tbox) in the
main form, one orderdetail/row so I then can send the textboxvalue in an
e-mail to the customer. Problem is I don't no how to do that...
Is it tricky? No problems if it is only one row, I just fill the textbox
whit: Me![tbox] = Me![sform].Form![Orderdetail]. But this of course do not
work with multiple records. Anyone have any suggestions I would be very happy.
I have an "order" form whit a subform whit orderdetails. I would like to get
records from the orderdetails subform (sform) put in a textbox (tbox) in the
main form, one orderdetail/row so I then can send the textboxvalue in an
e-mail to the customer. Problem is I don't no how to do that...
Is it tricky? No problems if it is only one row, I just fill the textbox
whit: Me![tbox] = Me![sform].Form![Orderdetail]. But this of course do not
work with multiple records. Anyone have any suggestions I would be very happy.