I
ironwood9 via AccessMonster.com
I have two columns: DivisionID and RegionID - there are sometimes more than
one Region per Division, so there would be for example three records for one
division if there were three regions in one division. I want to still have 2
columns, but a only one record for each division.
So here's the current layout:
DivisionID......RegionID
....343..............17
....343..............21
....545..............37
....343..............13
....343..............11
After I run my query/procedure, it would look like:
DivisionID......RegionID
....343..............17,21,13,11
....545..............37
one Region per Division, so there would be for example three records for one
division if there were three regions in one division. I want to still have 2
columns, but a only one record for each division.
So here's the current layout:
DivisionID......RegionID
....343..............17
....343..............21
....545..............37
....343..............13
....343..............11
After I run my query/procedure, it would look like:
DivisionID......RegionID
....343..............17,21,13,11
....545..............37