I have a database which has data from 2000-2004, where the years run like
2001-2001
2001-2002
ETC ETC
2004-2005
I want to force the initial view to only the current year of 2004-2005 something like
Initial view = 2004-2005
The only way I can think of is to use SQL but then stops the other data from being displayed.
HELP !!!!