I have two tables where I would like to subtract field values in one table from field values in another table. Once the calculation is done, I want to take the result and perform another calculation on them
EG:
Answer =[TABLE1]Field A - [TABLE2]Field A
Answer2 = Answer X 1.5
Does anybody have an idea on how to accomplish this
EG:
Answer =[TABLE1]Field A - [TABLE2]Field A
Answer2 = Answer X 1.5
Does anybody have an idea on how to accomplish this