B
Brian
Hi there
I wonder if anyone can offer some advice on acheiving an end result. I have
data which comes from a database in the format:
Date AdvisorName Type1Sales Type2Sales Type3Sales
10/11/2007 Brian Thomson 5 3
2
This information is then stored into another database in the format:
Date AdvisorName SalesType Sales
10/11/2007 Brian Thomson Type1Sales 5
10/11/2007 Brian Thomson Type2Sales 3
10/11/2007 Brian Thomson Type3Sales 2
It is almost like a pivot table but I would then append this data to another
database table in the format above.
Hope this makes sense. If not let me know and I will elaborate.
Cheers
I wonder if anyone can offer some advice on acheiving an end result. I have
data which comes from a database in the format:
Date AdvisorName Type1Sales Type2Sales Type3Sales
10/11/2007 Brian Thomson 5 3
2
This information is then stored into another database in the format:
Date AdvisorName SalesType Sales
10/11/2007 Brian Thomson Type1Sales 5
10/11/2007 Brian Thomson Type2Sales 3
10/11/2007 Brian Thomson Type3Sales 2
It is almost like a pivot table but I would then append this data to another
database table in the format above.
Hope this makes sense. If not let me know and I will elaborate.
Cheers