Not very sure on your to title this but here is what I have
Project ControlNumber
1 30
1 31
1 32
1 33
2 45
2 46
2 47
3 56
Eventually I want to get
Project ControlNumber
1 30,31,32,33
2 45,43,47
3 56
I've look around and there only seems to be slq solutions that I've tried but haven't gotten to work, partly because I have no idea what I'm doing, What I figured would be easier to do is to get this
Project CN1 CN2 CN3 CN4 CN5 ect... (as the fields)
EX:
1 30 31 32 33 all in one row
And then use & to combine it into the format CN1,CN2,CN3... as what would be in the rows.
Now my question is how to do the first part (1 30 31 32 33), is this possible?
Sorry I'm new to all of this I've only been using access for a week :/
Thanks!