What formula do I use in Record | Select Expert
to show dates less than the current date and time?
{Hist.RecDate} <= DateTime X
I tried Now(), Now, CurrentTime
none of them worked.
{Hist.RecDate} <= DateTime(Now)
Didnt give me an error but it returned no records.
Thanks
to show dates less than the current date and time?
{Hist.RecDate} <= DateTime X
I tried Now(), Now, CurrentTime
none of them worked.
{Hist.RecDate} <= DateTime(Now)
Didnt give me an error but it returned no records.
Thanks