M mscertified Apr 22, 2008 #1 Is it possible to get a count of the records in a table without opening a recordset? Thanks.
R Rick Brandt Apr 22, 2008 #2 mscertified said: Is it possible to get a count of the records in a table without opening a recordset? Thanks. Click to expand... =DCount("*", "TableName")
mscertified said: Is it possible to get a count of the records in a table without opening a recordset? Thanks. Click to expand... =DCount("*", "TableName")