Thanks wykabryan,
The database field names and the field heading names (text boxes) on the reports are different. (as I want).
When presenting the user with the choices for sorting from my VBA form I need to show the Report Field Heading Names (as displayed in the text boxes - which I get from the Report.Sections(2).ReportO
Is there a class or library that allows me to cross reference these two in code? i.e. when I choose a Field Heading Name I use it to reference the actual database field name it refers to?
Thanks.
Main Topics
Browse All Topics





by: wykabryanPosted on 2009-05-26 at 05:54:17ID: 24472631
The field heading is just a text box. While if you delete the detail line the header disappears, you can still edit the headings at any time. You can rename without any issue because I believe your code is based off the column coming from the database and not the text box.