Select keywords and show number of hits

  • Thread starter GillesScouvart via AccessMonster.com
  • Start date
G

GillesScouvart via AccessMonster.com

I have a list of keywords, linked to different documents (many to many
relationship). I would like to show in a form the list of keywords and the
number of documents linked to each keyword.
The trick is that:
- I only want to count the hits among selected documents (field "Sel" in
Documents table; this selection is expected to change dynamically)
- I want the query to be updateable (the user must be able to select keywords)


I've created a separate query for counting the documents, and linked it to
the Keywords table based on PK, but the result is desperately not updateable.

Has anyone an idea, without resorting to heavy temporary tables?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top