ChristopherL
Registered User.
- Local time
- Today, 14:58
- Joined
- Jul 2, 2013
- Messages
- 90
Hiho..
Just finished my project when I realised one thing..
My query takes values from date()-1, the day before.
But since we only get data from mon-fri, the monday data will be messed up..
Any suggestions on how to solve this?
Right now I have the table[ReportDate]
and uses the where [ReportDate]=Date()-1
Just finished my project when I realised one thing..
My query takes values from date()-1, the day before.
But since we only get data from mon-fri, the monday data will be messed up..
Any suggestions on how to solve this?
Right now I have the table[ReportDate]
and uses the where [ReportDate]=Date()-1