D
Dana
I have a query that selects records based on whether a field is blank,
Query1. From this query I developed a make table query where another cell is
blank, Table2. From this table we wrote a query that will count the number
of records and divide them by 7(Query2).
What I need to do now is apply this query somehow to count the number of
records in Table2, divide them by 7. I then need to take the groups of 7 and
assign each group to a different person.
We will run queries daily to update the Table2, so that when we run the
query to assign names, we are only counting/dividing/assigning those that
have not been previously assigned.
My questions is how do a write a query that will take the total unassigned
(assigned cell is null) and count them divided them by the 7 and then assign
a person’s name to each group of 7?
Or is there an easier way to compute the total unassigned and divide by the
number of workers I have and assign each record to a different worker?
Using Access 2003
Query1. From this query I developed a make table query where another cell is
blank, Table2. From this table we wrote a query that will count the number
of records and divide them by 7(Query2).
What I need to do now is apply this query somehow to count the number of
records in Table2, divide them by 7. I then need to take the groups of 7 and
assign each group to a different person.
We will run queries daily to update the Table2, so that when we run the
query to assign names, we are only counting/dividing/assigning those that
have not been previously assigned.
My questions is how do a write a query that will take the total unassigned
(assigned cell is null) and count them divided them by the 7 and then assign
a person’s name to each group of 7?
Or is there an easier way to compute the total unassigned and divide by the
number of workers I have and assign each record to a different worker?
Using Access 2003