May 18, 2004 #1 FontanaS Programmer May 1, 2001 357 US Hi, I have the following function in a text box on my report. =DCount([A1],"Qry_Questionnare",[A1]=0) I keep getting the #error when I try to view it. The Field [A1] is a number field. Any suggestions ? THANKS!
Hi, I have the following function in a text box on my report. =DCount([A1],"Qry_Questionnare",[A1]=0) I keep getting the #error when I try to view it. The Field [A1] is a number field. Any suggestions ? THANKS!
May 18, 2004 1 #2 CosmoKramer Programmer May 29, 2001 1,730 US You need quotes around all of the arguments. Try: Code: =DCount("[A1]","Qry_Questionnare","[A1]=0") Hoc nomen meum verum non est. Upvote 0 Downvote
You need quotes around all of the arguments. Try: Code: =DCount("[A1]","Qry_Questionnare","[A1]=0") Hoc nomen meum verum non est.