I am building a query that looks for a contract number in a second table of which there will be multiple results. But what i want to do is instead of returning a second row i want it to look like below
Contract No | Result 1 | Result 2 | Result 3
rather than
contract no | result 1
contract no | result 2
contract no | result 3
How to do this?
The concatrelated vb is not a viable option for us within the business that i work.