P
phil.teale
Hi There
Hopeing someone can help me.
I have a db containing a bunch of resumes that the user can search
through to find one that matches their criteria. When the resumes are
imported, they are prompted to select an employment category that those
resumes belong to. They can either select an existing category or
create a new one. This category is then written into a category table
and also into main the table along with a massive string that contains
the resume in text format.
Hope you are still with me!
I would like to the users to see how many resumes of each category
there are in the table. I could do this with DCount and use each
category as a criteria in the expression but the problem here is that I
will not know all the criteria beforehand.
So, I am wondering if anyone can help me extract each category from the
category table and read it into array so I can then pass each element
of the array to the Dcount function to get a result.
Any help/ideas would be much appreciated.
Cheers
Phil
Hopeing someone can help me.
I have a db containing a bunch of resumes that the user can search
through to find one that matches their criteria. When the resumes are
imported, they are prompted to select an employment category that those
resumes belong to. They can either select an existing category or
create a new one. This category is then written into a category table
and also into main the table along with a massive string that contains
the resume in text format.
Hope you are still with me!
I would like to the users to see how many resumes of each category
there are in the table. I could do this with DCount and use each
category as a criteria in the expression but the problem here is that I
will not know all the criteria beforehand.
So, I am wondering if anyone can help me extract each category from the
category table and read it into array so I can then pass each element
of the array to the Dcount function to get a result.
Any help/ideas would be much appreciated.
Cheers
Phil