M
Michael Conroy
The sales department keeps changing regions for which they are responsible.
This makes quarterly reports difficult because the area they cover is always
changing size. Currently I have RegionIDs 1-17 that represent areas of the
country and I use a crosstab query to get the results and everything works
fine. Now they are asking for two regions to be combined. So the Texas Region
(RegionID = 5) and Southwest Region (RegionID = 16) need to be combined with
a column heading of the newer name: Southwest. So if the Texas region has 50
and the new Southwest region has 15, I want the Southwest column in the
crosstab to give me 65. I realize I could alter the data and do an update
query replacing all the fives with sixteen but I would like to keep the
historical data for other reasons. As always, you help is very much
appreciated. Thanks
This makes quarterly reports difficult because the area they cover is always
changing size. Currently I have RegionIDs 1-17 that represent areas of the
country and I use a crosstab query to get the results and everything works
fine. Now they are asking for two regions to be combined. So the Texas Region
(RegionID = 5) and Southwest Region (RegionID = 16) need to be combined with
a column heading of the newer name: Southwest. So if the Texas region has 50
and the new Southwest region has 15, I want the Southwest column in the
crosstab to give me 65. I realize I could alter the data and do an update
query replacing all the fives with sixteen but I would like to keep the
historical data for other reasons. As always, you help is very much
appreciated. Thanks