I'll try to explain a basic example that will help me with what I need.
In the detail section of a report, I have an unbound text box called txtDetail
In the footer, I need to count the number of entries in the txtDetail box.
If it was a bound control, I believe i could just use Count(txtDetail).
However, since it is an unbound control, I dont believe you can use aggregate functions.
Any suggestions?
Thanks for any help
In the detail section of a report, I have an unbound text box called txtDetail
In the footer, I need to count the number of entries in the txtDetail box.
If it was a bound control, I believe i could just use Count(txtDetail).
However, since it is an unbound control, I dont believe you can use aggregate functions.
Any suggestions?
Thanks for any help