I have been researching this but don't understand VBA enough to figure out how to do it on my own.
I have a accounting report grouped by department. It is based on a query that shows department, fund, etc.
I would like a text box under the department name on my report that shows the funds used by that department (101, 102, 103, etc)
I don't know how to get this from a query that currently shows it as:
Dept Fund
1 101
1 102
1 103
2 101
2 103
3 104
3 105
I would like it to show:
_________________________________________________
Department: (1) Administration
_________________________________________________
Funds used by this department: (101, 102, 103)
_________________________________________________
Thank you for the assistance.
I have a accounting report grouped by department. It is based on a query that shows department, fund, etc.
I would like a text box under the department name on my report that shows the funds used by that department (101, 102, 103, etc)
I don't know how to get this from a query that currently shows it as:
Dept Fund
1 101
1 102
1 103
2 101
2 103
3 104
3 105
I would like it to show:
_________________________________________________
Department: (1) Administration
_________________________________________________
Funds used by this department: (101, 102, 103)
_________________________________________________
Thank you for the assistance.