RktScientist
Programmer
I have a database that keeps information for every month for one year in a different column.
ex Year Jan Feb Mar etc
2000 1000 50 200
Does anyone know a what that i can call the months dynamically? I need to have one report for a given year and any month (which i'd like the user to select instead of doing 12 reports).
ex Year Jan Feb Mar etc
2000 1000 50 200
Does anyone know a what that i can call the months dynamically? I need to have one report for a given year and any month (which i'd like the user to select instead of doing 12 reports).