B
Brook
Good day all,
I have a qrymilege that I use for tracking my company travel.
I have date, milege, milealgerate, & total mileage.
Here are the rates:
2004 - 37.5 cents per mile
Jan 1 - Aug 31st - 40.5 cents per mile
Sept 1 - Dec 31st - 48.5 cents per mile
I have not updated my mileage rate calcuation from what I had prior to
August 31st.
Here is my present calculation:
MileageRate: IIf(Year([date])=2004,0.375,0.405)
I am unsure how to set it up for a single year date and a "between" dates
calculation?
Can anyone help?
Thanks,
Brook
I have a qrymilege that I use for tracking my company travel.
I have date, milege, milealgerate, & total mileage.
Here are the rates:
2004 - 37.5 cents per mile
Jan 1 - Aug 31st - 40.5 cents per mile
Sept 1 - Dec 31st - 48.5 cents per mile
I have not updated my mileage rate calcuation from what I had prior to
August 31st.
Here is my present calculation:
MileageRate: IIf(Year([date])=2004,0.375,0.405)
I am unsure how to set it up for a single year date and a "between" dates
calculation?
Can anyone help?
Thanks,
Brook