I have MS Access 2007 for Dummies. I have MS Access 2003 for Dummies. I'm afraid I need a more simple version.
The table the information is stored in is FuelRecord. It has the following fields: DateOfReading, Vessel (name of vehicle), FuelTotalUsed, LOTotalUsed (lube oil used.) Readings should be taken on a daily basis.
I am attempting to make a formFuelRecord30/180/365 that would show averages based upon those 3 time frames. I have queries that return the relevant records -- qryFuelUsed30days, qyrFuelUsed180days, and qryFuelUsed365days.
How in the world do I perform calculations (Avg, Sum, etc.) on the relevant records and display that in a form? I've tried building an expression -- FuelBurn180Days: Avg( [qryFuelUsed180days]![FuelTotalUsed]) Nothing but errors. I get #Name? errors. I get #Error errors. I should get #Knucklehead errors.
Any help would be greatly appreciated. Thank you in advance, Ron.