In this database there are two things that I cannot understand. The TotalMiles and TotalDays are listed as 0 in the RentalOrders form. I clearly followed your instructions and created them as you suggested as shown:
=[MileageEnd]-[MileageStart]
=[EndingDate]-[StartDate]
They both show zero when in form view yet I know each RHS component has a value other than zero.
Also, after a couple of initial forms are advanced only then does the Tax Rate of 7.5% show up. It is not on the first form (or the second) for RentalOrders.
I believe that I put that in only once when in the RentalOrders table, I put in a default value of 7.5%.
The TotalDays calculation in the RentalOrders form is actually made in the RentalOrders table. Thus just putting TotalDays with RentalOrders table as the Record source and TotalDays as the control source works.
It does not work in RentalOrders table and form for TotalDays. The TotalDays value is seen in the RentalOrders table data datasheet view, but it does not transfer to the RentalOrders form. I am unsure as to why.
Thanks again for all of your help.
R,
Lou Reed