G
Guest
I there a way to get a sequence of number from a query. Some thing like:
Select 2004 as Year, (1 to 12) as Month
from [Whatever should be in here]
I need this to use as a base for my reports.
Thanks
Mauricio Silva
Select 2004 as Year, (1 to 12) as Month
from [Whatever should be in here]
I need this to use as a base for my reports.
Thanks
Mauricio Silva