Hi,
We have a table that tracks transactions by accounting period, it is a varchar field and it stores the information in a mmm-yyyy format. I have been asked to create a report that includes year to date calculations based on this field given a selected month.
Year to date with standard datetime fields is rather easy but I'm scratching my head on this one.
What would be the best way to approach solving this? Eventually I will have to replicate this in Reporting Services too.
Thanks in advance,
Linn