S
Schwimms
I am creating a formula in a query in access and I have used the dcount
formula on a field that I am trying to find the count of how many times a Job
number shows up.
This bogs down my computer tremendously and the database is only 10,000
records. The formula is as follows:
CountOfJobNumber: DCount("*","Vert Duplicates","[col_CC_UT] = '" &
[col_CC_UT] & "'")
I know that this also takes a while in excel with the countif function but
there is a shortcut if I sort the job numbers in ascending and I only do a
count on 30 records at a time. The excel formula looks like this:
=countif(d1:d30,d15) or if you move it down it would be like this =countif(
d80:d119,d95)
Is there a way I can build this into Access, or maybe I have the wrong
formula?
formula on a field that I am trying to find the count of how many times a Job
number shows up.
This bogs down my computer tremendously and the database is only 10,000
records. The formula is as follows:
CountOfJobNumber: DCount("*","Vert Duplicates","[col_CC_UT] = '" &
[col_CC_UT] & "'")
I know that this also takes a while in excel with the countif function but
there is a shortcut if I sort the job numbers in ascending and I only do a
count on 30 records at a time. The excel formula looks like this:
=countif(d1:d30,d15) or if you move it down it would be like this =countif(
d80:d119,d95)
Is there a way I can build this into Access, or maybe I have the wrong
formula?