Hello,
I am having trouble with a calculated field. This is what I have as source for the field:
="Total " & " = " & " (" & Count([Type]) & " " & IIf(Count([Type])=1,"detail record","Jobs") & ")"
What I would like it to do is add to it a little and have criteria in there. Were [type] could be one of 2 things:
either 'Extra' or 'Back Order'
I have tried several different senarios, but no luck :-(
Can this be done?
Thanks,
Sylvain
I am having trouble with a calculated field. This is what I have as source for the field:
="Total " & " = " & " (" & Count([Type]) & " " & IIf(Count([Type])=1,"detail record","Jobs") & ")"
What I would like it to do is add to it a little and have criteria in there. Were [type] could be one of 2 things:
either 'Extra' or 'Back Order'
I have tried several different senarios, but no luck :-(
Can this be done?
Thanks,
Sylvain