I'm trying to help out my boss with ease of reporting.
He made a satisfaction database that tracks satisfaction in 2 ways, so we have:
Table
ID
SatisfactionAType
SatisfactionAScore
SatisfactionBType
SatisfactionBScore
I'd like to make a query that would split these into two lines, one for A, one for B and then export it to excel.
I'm not looking for the exact code or anything, just what I need to google for. I'm at a bit of a loss what exactly to search for in relation to the splitting part (I have some experience using VBA to export to excel, so I'm fine with that part)
Is it possible?
He made a satisfaction database that tracks satisfaction in 2 ways, so we have:
Table
ID
SatisfactionAType
SatisfactionAScore
SatisfactionBType
SatisfactionBScore
I'd like to make a query that would split these into two lines, one for A, one for B and then export it to excel.
I'm not looking for the exact code or anything, just what I need to google for. I'm at a bit of a loss what exactly to search for in relation to the splitting part (I have some experience using VBA to export to excel, so I'm fine with that part)
Is it possible?