Hi guys I have a PHPR app that each record that is added a mileage amount is entered, is it possible to show the sum of all these miles added up when displaying any of the records that contain this field in another available field.
In other words if there was 15 entries each running in date order 01/01/2012 to 01/16/2012 that had a mileage value added to them, what ever of these records were opened in view mode would show the current amount of miles so far to that date.
Field value in each record equals (Miles) spare field available = (TotalMiles)
So when the view page is displayed you get that days miles shown in the (Miles) field and the total amount of miles so far to that date in the (TotalMiles) field
I hope this all makes sense
Is this possible
Kind Regards
Steve