The user needs 28 days worth of mileage. I would like to make this a report eventually. I also want the user to pick/enter the begin date on a form to get the calculated 28 days worth of mileage. IE the first day of the 28 that he needs in case he runs it on a later date..
My plan was to have a form where the user inputs the current mileage daily (as they do now on paper.)
My table has the following fields: (I may be short or have too many.)
Thanks
My plan was to have a form where the user inputs the current mileage daily (as they do now on paper.)
My table has the following fields: (I may be short or have too many.)
- VehicleNum --> Primary Key
- PreviousDate --> Needs to be yesterday's date field
- PreviousMileage ->Needs to be yesterday's date value CurrentMileage
- CurrentDate --> Populated by user input field
- CurrentMileage --> User inputs each day onto a form
- Total --> Not sure how the best way to calculate:?? CurrentMileage - Previous Mileage I assume? Then let a query count 28 days worth?
Thanks