Aug 22, 2007 #1 hshaker Technical User Jun 29, 2007 66 CA Hi there, I have the following the DCount Function: =DCount("[EWOID]","rptEWOReport","[EWOStatus] = 'Open'") I would like to count the number of records that have their EWOStatus=Open on that report. The function give me #error Thanks.
Hi there, I have the following the DCount Function: =DCount("[EWOID]","rptEWOReport","[EWOStatus] = 'Open'") I would like to count the number of records that have their EWOStatus=Open on that report. The function give me #error Thanks.
Aug 22, 2007 1 #2 Darrylles Programmer Feb 7, 2002 1,758 GB hs, If your naming convention is correct (rpt = report), then you're attempting to check a field in a report. rptEWOReport has to be a table or query. ATB Darrylle Never argue with an idiot, he'll bring you down to his level - then beat you with experience. Upvote 0 Downvote
hs, If your naming convention is correct (rpt = report), then you're attempting to check a field in a report. rptEWOReport has to be a table or query. ATB Darrylle Never argue with an idiot, he'll bring you down to his level - then beat you with experience.