find the least number of conflicts between fields in a table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a group of persons who have signed up for 44 different activities.
These are in a access table by field (activity). I want to schedule the
activities with the least number of conflicts.
 
borsodi0 said:
I have a group of persons who have signed up for 44 different activities.
These are in a access table by field (activity). I want to schedule the
activities with the least number of conflicts.

great! sounds like an interesting project. have fun with it.
 
I have a group of persons who have signed up for 44 different activities.
These are in a access table by field (activity). I want to schedule the
activities with the least number of conflicts.

Please post a bit more detail about your table structure. What
constitutes a "conflict"? Do the Activities have date/time fields
which need to be considered in identifying a conflict?

I'm sure some sort of totals query counting "conflicts" (however those
might be defined given your tables) will do this, but I'm not seeing
the actual table structure.

John W. Vinson[MVP]
 

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

Back
Top