I have a form that has 3 fields. Field A = Price, Field B = Quantity, Field C is set up as a value calculation, [A] * [B] which works great if the user fills out the form, then field c automatically calculates. However, If I were to import data (only A and B), then C remains blank. Is there some sort of code I can run to update field C without having to go into edit every single entry?
Thanks