gaaboard.com

Non GAA Discussion => General discussion => Topic started by: Treasurer on October 29, 2008, 03:23:58 PM

Title: MS Access Help
Post by: Treasurer on October 29, 2008, 03:23:58 PM
I'm well out of practice....

I've a toggle button that I'm using to filiter dates, with an afterclick event

If Me.FilterOut = True Then Me.DateFil = Date()

But it doesn't return today's date??

If I use Now() it works so I'm ok really but I'm curious as to what I'm doing wrong with Date()

Any bright ideas?