B
bigomega73
I have a table with the following info:
Column1 Column2 Column3 Column4 Column5 Column6 Column7
Policy Date1 Amount1 Date2 Amount2 Date3 Amount3
The problem that I have is that I need to have the columns added to
individual records in a new table like this:
Column1 Column2 Column3
Policy Date1 Amount1
Policy Date2 Amount2
Policy Date3 Amount3
I was wondering if there is a way to do this without writing a huge string
of append queries (there are actually about 24 date and amount columns that I
need to seperate). I've seen some suggestions about crosstab queries, but I
can't seem to get them to work in this way. Does anyone have any suggestions?
Column1 Column2 Column3 Column4 Column5 Column6 Column7
Policy Date1 Amount1 Date2 Amount2 Date3 Amount3
The problem that I have is that I need to have the columns added to
individual records in a new table like this:
Column1 Column2 Column3
Policy Date1 Amount1
Policy Date2 Amount2
Policy Date3 Amount3
I was wondering if there is a way to do this without writing a huge string
of append queries (there are actually about 24 date and amount columns that I
need to seperate). I've seen some suggestions about crosstab queries, but I
can't seem to get them to work in this way. Does anyone have any suggestions?