K
Kaylen
I have an "ANSWER" table with 4 fields:
Review Date
STD ID
File #
Ans
Here is my current formula:
T2: IIf(DCount("*","Answers","[Ans] IN ('Y','N') AND [Review Date] =#" &
[Confirm Review Date] &
"#")=0,"N/A",FormatPercent((DCount("*","Answers","[Ans] ='Y' and [Review
Date]=#" & [Confirm Review Date] & "#")/DCount("*","Answers","[Ans] IN
('Y','N') and [Review Date]=#" & [Confirm Review Date] & "#")),0))
I want to add another part to this formula, "STD ID =2" so that the formula
will select to calculate the files of STD=2 in the table. Where can I
include STD ID =2 in this current formula to make it work? HELP PLEASE!!!
Review Date
STD ID
File #
Ans
Here is my current formula:
T2: IIf(DCount("*","Answers","[Ans] IN ('Y','N') AND [Review Date] =#" &
[Confirm Review Date] &
"#")=0,"N/A",FormatPercent((DCount("*","Answers","[Ans] ='Y' and [Review
Date]=#" & [Confirm Review Date] & "#")/DCount("*","Answers","[Ans] IN
('Y','N') and [Review Date]=#" & [Confirm Review Date] & "#")),0))
I want to add another part to this formula, "STD ID =2" so that the formula
will select to calculate the files of STD=2 in the table. Where can I
include STD ID =2 in this current formula to make it work? HELP PLEASE!!!