Okay, this might be a dumb question but I am new.
I am trying to get two fields to multiply. These are separate fields and not part of a table.
I saw a couple of posts but they were trying to do it based on a table.
I have the Total Miles being populated based on a Table Total which works fine, but I am trying to multiply that by the value in the Mileage Rate field.
Here is my formula: =SUM(TotalMiles.val*MileageRate.val)
Thank you!