I am writing a report. I need a query that or any other method for this report. that can output without null values. I have not used access report builder much.
example
i need a list of programs for a user
the data in the table looks like this
program1 program2 program3 program4
row 1 x x x
row 2 x x
row 3 x x x x
row 4 x
i need the query or another method to put this on my report
row1
program1, program3,program4
row2
program2,program4
row3
program1, program2, program3, program4
row4
program3
i know this is probably something pretty simple to do. I am just kidn confused on how to do it.
Also the user information is pulled from the same table as the programs associated to the user.
thanks so much in advance.
-Patrick
example
i need a list of programs for a user
the data in the table looks like this
program1 program2 program3 program4
row 1 x x x
row 2 x x
row 3 x x x x
row 4 x
i need the query or another method to put this on my report
row1
program1, program3,program4
row2
program2,program4
row3
program1, program2, program3, program4
row4
program3
i know this is probably something pretty simple to do. I am just kidn confused on how to do it.
Also the user information is pulled from the same table as the programs associated to the user.
thanks so much in advance.
-Patrick