Lakshmi Ram
January 21st, 2000, 11:16 PM
I have a data report that fetches the fields from a single record from an access table.
One of the fields need to be displayed at the very end of the report. So I thought of placing that table field in Report Footer. But Report footer is not allowing placing an rptTextBox control to which I can bind the datafield.
I tried inserting a Function at the report footer. But since the datafield that i want to place at the end of the report is a string value and does not call for any aggreagation like sum(), min(), max() etc..., I cannot use the Function option also
Do you folks have any workaround?
Thanks
Lakshmi
SNB
One of the fields need to be displayed at the very end of the report. So I thought of placing that table field in Report Footer. But Report footer is not allowing placing an rptTextBox control to which I can bind the datafield.
I tried inserting a Function at the report footer. But since the datafield that i want to place at the end of the report is a string value and does not call for any aggreagation like sum(), min(), max() etc..., I cannot use the Function option also
Do you folks have any workaround?
Thanks
Lakshmi
SNB