Hello,
This may be answered in another Answers post, but I'm having some trouble finding the right keywords to search with. What I'm trying to do is take a column from table that records minutes spent working on a repair, and no matter how many rows are added to the table, I want it to add every value in the minutes column and output it to a single line field outside the table. My calculation in the single line field outside the table is below:
=SUM(In_House_Repair_Hours.Time)
In_House_Repair_Hours is the name of the table I'm referencing, and Time is the column. Is it possible to do this without Javascript?
Any help is appreciated. Thanks!