P
Pam Ammond
I want to concantenate a detail field into an existing
field as it iterates through the detail. I should end up
with the existing field filled with the concantenation of
all data in the detail field.
I have a detail field txtMonth
The result is that it goes through the txtMonth detail
and prints out
January
February
March
I have a field fldAllMonths which SHOULD be equal to the
current value of (fldAllMonths & fldMonth)
so it SHOULD end up filled with JanuaryFebruaryMarch.
How do I do this?
The result I currently get is #Error.
Thanks!
field as it iterates through the detail. I should end up
with the existing field filled with the concantenation of
all data in the detail field.
I have a detail field txtMonth
The result is that it goes through the txtMonth detail
and prints out
January
February
March
I have a field fldAllMonths which SHOULD be equal to the
current value of (fldAllMonths & fldMonth)
so it SHOULD end up filled with JanuaryFebruaryMarch.
How do I do this?
The result I currently get is #Error.
Thanks!