is it possible to create a scenario when running an append query that a date is added into the table which always shows the first date of the current month. ie. if it was run tmrw it would show 01/03/05.
Change SQL to this.
[tt]
SELECT QRolling_info_revised.[Type of Breach], [CountOfType of Breach]/6 AS Total,DateAdd("d",-(Day(Date())-1),Date()) AS MyDate FROM QRolling_info_revised;
[/tt]
Zameer Abdulla Jack of Visual Basic Programming, Master in Dining & Sleeping Visit Me
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.