MS Access Help

Started by Treasurer, October 29, 2008, 03:23:58 PM

Previous topic - Next topic

Treasurer

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?