albertov10
Programmer
Hi everyone,
I work with VB and Crystal reports, normally through VB code I fill in Access tables and then I call Crystal reports to show the table.
the columns names of my reports are just text. and i make them in design mode. The problem i have now is that i need to change the name of those columns depending on the data I'm going to show using the same report.
for example I'm going to create groups on my report for instance I will like to show on the first group:
Columns
"August" "Sales"
1 250 €
2 450 €
3 15 €
etc
on the next group i will like to show something like this
Columns
"September" "Sales"
1 850 €
2 925 €
3 875 €
Any idea on how can i change dynamically the column names? thanks
I work with VB and Crystal reports, normally through VB code I fill in Access tables and then I call Crystal reports to show the table.
the columns names of my reports are just text. and i make them in design mode. The problem i have now is that i need to change the name of those columns depending on the data I'm going to show using the same report.
for example I'm going to create groups on my report for instance I will like to show on the first group:
Columns
"August" "Sales"
1 250 €
2 450 €
3 15 €
etc
on the next group i will like to show something like this
Columns
"September" "Sales"
1 850 €
2 925 €
3 875 €
Any idea on how can i change dynamically the column names? thanks