I have a subform that has a [Description] and [Drawing Number] column.
I want to get a field in the main form to contain a long string of all the [Description]s and [Drawing Number]s in the entire subform combined.
How can I do that?
For example it would put the following in a single memo field:
description1 - d32423 - descrip2 - dr4422 - description four - d1121b
The subforms Child/Master field is [Full Quote Num]
I want to get a field in the main form to contain a long string of all the [Description]s and [Drawing Number]s in the entire subform combined.
How can I do that?
For example it would put the following in a single memo field:
description1 - d32423 - descrip2 - dr4422 - description four - d1121b
The subforms Child/Master field is [Full Quote Num]