summarize text field on report

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top