Aug 15, 2006 #1 emik MIS Jul 24, 2006 80 CA I have a textbox that I want to display the total number of records in a table. I put in this expression: =Count([tableName]![Field]) but I get #ERROR Thanks
I have a textbox that I want to display the total number of records in a table. I put in this expression: =Count([tableName]![Field]) but I get #ERROR Thanks
Aug 15, 2006 1 #2 rjoubert Programmer Oct 2, 2003 1,843 US Check out the DCount function... DCount("[Field]", "table") Upvote 0 Downvote