Return number of matching records

JRT2006

Registered User.
Local time
Yesterday, 20:49
Joined
Jul 6, 2012
Messages
36
Hello,

I was wondering if somebody could point me in the right direction of research to do the following:

I have a datasheet form listing prospect information.
Each prospect is assigned a position, there can be more than one prospect with the same position.
I'm trying to get a text box to lookup the prospects position and search the remaining rows for matching positions and return the total number found.

This data does not need to be stored anywhere, just a reference value for users to look at.
 
Sounds like DCount() would work.
 
Thats what I figured, thanks for confirming.

But I cant seem to find any good information on how to exactly format it, really basic instructions.

I need the Dcount function to look up prospects position, then count all other records for matching positions.

N8LAOZ.jpg
 

Users who are viewing this thread

Back
Top Bottom