I am trying to create a message box that will tell me how many records were loaded into a table today. I'm using a DCount, but it keeps returning a 0. Am I doing something wrong? Here is the DCount that I am using.
DCount("[Device]", "StarReportTbl", "[Load Date]" = Date)
DCount("[Device]", "StarReportTbl", "[Load Date]" = Date)