M
Midland
I am preparing a report listing production data for 30 work centers (numbers
4801, 5122, etc., for each day of a week (numbering them 1 to 5, right now.)
Each work center can have one to five jobs per day. My plan was to gather the
data by job in one query, gather it by day and work center in another, and
generate a report from the two queries.
Problem: how do I fix the number of lines in the daily query at 150, 30 work
centers on day 1, Monday, the same 30 on the second day, etc.
Fixing the number of fields in a query would seem the most elementary task
in the world, but for some reason, I cannot find a mechanism that allows me
to do this. I keep getting a result of about 36,000 records in the dynaset.
4801, 5122, etc., for each day of a week (numbering them 1 to 5, right now.)
Each work center can have one to five jobs per day. My plan was to gather the
data by job in one query, gather it by day and work center in another, and
generate a report from the two queries.
Problem: how do I fix the number of lines in the daily query at 150, 30 work
centers on day 1, Monday, the same 30 on the second day, etc.
Fixing the number of fields in a query would seem the most elementary task
in the world, but for some reason, I cannot find a mechanism that allows me
to do this. I keep getting a result of about 36,000 records in the dynaset.