-
VB Data Reports
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
-
Re: VB Data Reports
instead of using the data report i suggest you use
crystal reports. this is a much more powerfull program that this can be accomplished easily.
crystal reports is shipped with vb pro and ent. It is not on the learning edition.