Hi, I have to do a formula based on the input in four fields and display the calculated value in a report. I only need to use this calculated value in one report.
Is the best way to do this to use a calculated field in the table where the four fields are located? Or should I be thinking of performing the calculation when I display it in the report using VBA?
Also please, I don't want to run the calculation if only one or none of the four fields are empty. How do I test for this in a calculated field expression?
I am using Access 2013.
thanks!
Is the best way to do this to use a calculated field in the table where the four fields are located? Or should I be thinking of performing the calculation when I display it in the report using VBA?
Also please, I don't want to run the calculation if only one or none of the four fields are empty. How do I test for this in a calculated field expression?
I am using Access 2013.
thanks!