P
pbalmanno
TextBox to TextBox?
I don't need a SQL solution (wouldn't know how to insert it where-no smart
alecs please) but, is there a way to count all the boxes with specific text
("Desired text") as a result from another expression returning the specific
text to another TexBox?
TextBox [Text459] contains the following expression in the control source
=IIf([FIELD1]="Closed","Closed",IIf([FIELD2]=-1,"text1",IIf([FIELD3]=-1,"text2",IIf([FIELD4]=-1,"text3","Desired
text"))))
For some reason I can't get the following simple expressions to work in a
report TextBox [Text767] control source.
=Count([Text459]="Desired text")
=Sum([Text459]="Desired text")
=DCount("[Text459]","Desired text")
=DSum("[Text459]","Desired text")
Thanks,
I don't need a SQL solution (wouldn't know how to insert it where-no smart
alecs please) but, is there a way to count all the boxes with specific text
("Desired text") as a result from another expression returning the specific
text to another TexBox?
TextBox [Text459] contains the following expression in the control source
=IIf([FIELD1]="Closed","Closed",IIf([FIELD2]=-1,"text1",IIf([FIELD3]=-1,"text2",IIf([FIELD4]=-1,"text3","Desired
text"))))
For some reason I can't get the following simple expressions to work in a
report TextBox [Text767] control source.
=Count([Text459]="Desired text")
=Sum([Text459]="Desired text")
=DCount("[Text459]","Desired text")
=DSum("[Text459]","Desired text")
Thanks,