S
smcalles
I'm working with Access 2003 and am not a programmer.
I've a control with the following control source:
=(DCount("[X]","Y","[X]='1' And [Z]='WT'"))/DCount("[X]","Y","[Z]='WT'")
the format is percent w/ 1 -digit decimal place.
The current values are
(DCount("[X]","Y","[X]='1' And [Z]='WT'")) = 4
DCount("[X]","Y","[Z]='WT'") = 13
(DCount("[X]","Y","[X]='1' And [Z]='WT'"))/DCount("[X]","Y","[Z]='WT'")
should be 30%, but instead I get .8%. Why?
I've a control with the following control source:
=(DCount("[X]","Y","[X]='1' And [Z]='WT'"))/DCount("[X]","Y","[Z]='WT'")
the format is percent w/ 1 -digit decimal place.
The current values are
(DCount("[X]","Y","[X]='1' And [Z]='WT'")) = 4
DCount("[X]","Y","[Z]='WT'") = 13
(DCount("[X]","Y","[X]='1' And [Z]='WT'"))/DCount("[X]","Y","[Z]='WT'")
should be 30%, but instead I get .8%. Why?