I have five fields called:
Job Cost 1
Job Cost 2
Job Cost 3
Job Cost 4
Job Cost 5
I have tried to add these togethet in another field with the formula:
=Sum([Job Cost 1]+[Job Cost 2]+[Job Cost 3]+[Job Cost 4]+[Job Cost 5])
as well as doing it without the 'Sum' at the beginning. I'm not...