S
Sammie
I need to create a text box on a main form that lists the items in a subform.
I have created a command button which sends data in the main form to an
email, and it's working great. I need to list some items on the subform in
my email.
My subform contains fields InvoiceID (autonumber) and InvoiceNO (text), and
is linked to the main form on InvoiceID. How can I create a text box on the
main form which will list the InvoiceNo (s) of the related records?
Subform fields
InvoiceID InvoiceNo
1 9141
2 9142
3 9143
Text box on main form should read
9141, 9142, 9143
I have created a command button which sends data in the main form to an
email, and it's working great. I need to list some items on the subform in
my email.
My subform contains fields InvoiceID (autonumber) and InvoiceNO (text), and
is linked to the main form on InvoiceID. How can I create a text box on the
main form which will list the InvoiceNo (s) of the related records?
Subform fields
InvoiceID InvoiceNo
1 9141
2 9142
3 9143
Text box on main form should read
9141, 9142, 9143