dynamite9585
Registered User.
- Local time
- Tomorrow, 00:44
- Joined
- Jul 4, 2010
- Messages
- 34
Once more i am having trouble wrapping my head around Dcount.
I have a survey, the results are stored in TblSurveyClients.
i have a field in there called location, one result is Tokoroa
I am trying to make a form to track how many people have responded from each town.
i have an unbound box i am trying to use
DCount([tblSurveyClients]![Location],[tblSurveyClients]![Location],"=tokoroa")
have also tried using Dcount("*",[tblSurveyClients]![Location],"=tokoroa" and various other combinations.
any help is much appreciated.
Thanks
I have a survey, the results are stored in TblSurveyClients.
i have a field in there called location, one result is Tokoroa
I am trying to make a form to track how many people have responded from each town.
i have an unbound box i am trying to use
DCount([tblSurveyClients]![Location],[tblSurveyClients]![Location],"=tokoroa")
have also tried using Dcount("*",[tblSurveyClients]![Location],"=tokoroa" and various other combinations.
any help is much appreciated.
Thanks