stephenj789
Technical User
Hello, I would like to do the following:
Let's say I have TableA which looks like this:
Identifier Date Days Amount
101 02/07/2007 28 55.55
I would like to insert into a new table 28 records based on the single record above. The Identifier, Days and Amount would stay the same, but the Date would start at 2-7-07 and increment by one for each new record. Then I would like to go to the next record in the source table and do the same. Does anybody have a quick solution? Thanks.
Let's say I have TableA which looks like this:
Identifier Date Days Amount
101 02/07/2007 28 55.55
I would like to insert into a new table 28 records based on the single record above. The Identifier, Days and Amount would stay the same, but the Date would start at 2-7-07 and increment by one for each new record. Then I would like to go to the next record in the source table and do the same. Does anybody have a quick solution? Thanks.