LearnersPermit
Technical User
I have a vehicles database. I have a text box that calculates the kms travelled. =Sum([KMs_Travelled])and in a later box I calculate the cost using an ever changing mileage rate. This has been working correctly for some time.
Now I have some vehicles that will be charged by a daily rate and I'm not quite sure how to write that statement. I got this far. =DateDiff("d",[DateOut],[DateRtn]) but am not sure how to set it up to run only if VehicleType =3.
I'm continuing to look through the forum but have not yet found an answer.
Thank you
Now I have some vehicles that will be charged by a daily rate and I'm not quite sure how to write that statement. I got this far. =DateDiff("d",[DateOut],[DateRtn]) but am not sure how to set it up to run only if VehicleType =3.
I'm continuing to look through the forum but have not yet found an answer.
Thank you