J
Jacob
I have a form where I am pulling data from a query. In the query, I have
a datedif function that is showing all day accumilated based on certain
factors. I want the dates to show only for the current year. not all years.
here is what I have ...
Days accured: DateDiff("d",[hDate],Date())
So if the start date is in the year 2001 I am totalling days all the way
back to then. How can I have this show only dates in the current year,
2003???
a datedif function that is showing all day accumilated based on certain
factors. I want the dates to show only for the current year. not all years.
here is what I have ...
Days accured: DateDiff("d",[hDate],Date())
So if the start date is in the year 2001 I am totalling days all the way
back to then. How can I have this show only dates in the current year,
2003???