Hope you can help me out with this one...
I created a column in my query called "Clerical" in which Iam adding fields that pertained to clerical staff. However, the problem is,I need to create another column called "Part-Time" which has to look for anyone who is clerical then the formula needs to add other fields. Below is the function I created but it doesn't work, I get a aggregate function error.
Part-time: IIf([Clerical]>0,[HeadcountTable]![PFT ]+[HeadcountTable]![PPT ],"Zero")
Please help!
Thank you!
I created a column in my query called "Clerical" in which Iam adding fields that pertained to clerical staff. However, the problem is,I need to create another column called "Part-Time" which has to look for anyone who is clerical then the formula needs to add other fields. Below is the function I created but it doesn't work, I get a aggregate function error.
Part-time: IIf([Clerical]>0,[HeadcountTable]![PFT ]+[HeadcountTable]![PPT ],"Zero")
Please help!
Thank you!