Total of all records

  • Thread starter Thread starter cos01
  • Start date Start date
C

cos01

Guest
Hi all

I have created a report which filters certain 'completed' records and diplays the total number using the COUNT(*) funtion. I would also like the report to display the total number of records within the source table(?), so that I can create a percentage of records completed(this last bit I am okay with). What command do I use to create this number of all records?????????

Thanks in advance

Craig
 
Try looking at the dcount function in help, It will count all the records from any table or query.
 

Users who are viewing this thread

Back
Top Bottom