J
Judy
I know this is an elementary problem but the more I try to fix it the
more confused I get. I need some simple help here. I have searched the
Group for an answer but can't find one so here goes.
-----------------------------------
I have a form that contains a Dcount. I can't seem to get the syntax
correct.
Table name: tblNameList
Field: option1. This field only contains one of two records both
currency. It either contains $0.00 or $15.00.
I am trying to count the number of times that $15.00 appears in the
field option1.
The Dcount I am trying is this but I get an error.
=DCount([tblNameList]![option1],"tblNameList",[tblNameList]![option1]
="$15.00")
What am I doing wrong? Any help would be appreciated.
Thanks in advance.
more confused I get. I need some simple help here. I have searched the
Group for an answer but can't find one so here goes.
-----------------------------------
I have a form that contains a Dcount. I can't seem to get the syntax
correct.
Table name: tblNameList
Field: option1. This field only contains one of two records both
currency. It either contains $0.00 or $15.00.
I am trying to count the number of times that $15.00 appears in the
field option1.
The Dcount I am trying is this but I get an error.
=DCount([tblNameList]![option1],"tblNameList",[tblNameList]![option1]
="$15.00")
What am I doing wrong? Any help would be appreciated.
Thanks in advance.