P
Phil Smith
I have a table, laid out as follows:
Acct, Year, period1, period2, period3, period4,...through period13
Sales 2006 $1000 $2500 $3100 $1250
What is the easiest way to return each record as 12 records,
Acct Year Period, Amount
Sales 2006 Period1 $1000
Sales 2006 Period2 $2500
Sales 2006 Period3 $3100
Sales 2006 Period4 $1250
I can't mess with the table structure, and I actually have a bunch of
different tables I will need to view in a similar fashion.
I can figure ways to do it, but I am sure some of the genius level
talent here has an easy way to do this?
Phil
Acct, Year, period1, period2, period3, period4,...through period13
Sales 2006 $1000 $2500 $3100 $1250
What is the easiest way to return each record as 12 records,
Acct Year Period, Amount
Sales 2006 Period1 $1000
Sales 2006 Period2 $2500
Sales 2006 Period3 $3100
Sales 2006 Period4 $1250
I can't mess with the table structure, and I actually have a bunch of
different tables I will need to view in a similar fashion.
I can figure ways to do it, but I am sure some of the genius level
talent here has an easy way to do this?
Phil