Hey all,
I'm stuck on this problem here and hoping somebody can point me in the right direction
I need for a crystal report a database (SQL prefered) that has the last 14 dates in it and that is autoupdate (so no task that fill's it up daily)
It only needs to have 1 colum (if 2 are needed for a key also no problem) that sais DATE and the filling is just the previeus 14 dates
example:
DATE
16/04/2009
15/04/2009
14/04/2009
13/04/2009
...
02/04/2009
I guess it will be somthing with getdate() to getdate()-14 but can't get it working
All help appriciated
Greetings
Tom
I'm stuck on this problem here and hoping somebody can point me in the right direction
I need for a crystal report a database (SQL prefered) that has the last 14 dates in it and that is autoupdate (so no task that fill's it up daily)
It only needs to have 1 colum (if 2 are needed for a key also no problem) that sais DATE and the filling is just the previeus 14 dates
example:
DATE
16/04/2009
15/04/2009
14/04/2009
13/04/2009
...
02/04/2009
I guess it will be somthing with getdate() to getdate()-14 but can't get it working
All help appriciated
Greetings
Tom