D
Debris
Hello,
First, I'm not sure if this a "tables" design question or "forms" question
so I'm posting in both groups.
I receive a daily force / headcount report of non-resident contractors on
site for the day. The report lists the number of people on site, by craft
(pipefitter, electrician, etc.). While we usually have five or six crafts
onsite daily, there are a total of twenty possible crafts to choose.
I'd like this data in some sort of table for analysis. I guess the "quick
and dirty" way is to put the data in an Excel spreadsheet / pivot table, but
then you're always going back and resetting the data range, etc. (Plus it
would get to be a huge sheet,as we're working six days a week.) It seems a
small Access database would be a solution, with an Excel spreadsheet
querying the database.
My first table design was a twenty-one field table, with the date as the
first field, the count of the first craft as the second field record, and so
on:
First Field...Date
Second Field...CountCraft1
Third Field...CountCraft2
Fourth Field...CountCraft3
So this generated one record per day (there's also a corresponding form with
twenty-one fields). But then I realized all I had done was mimic an Excel
spreadsheet in an Access table (with the same level of functionality). But,
the form was nice, as it presents all twenty-one fields one page.
So, I tried a different table design: first field was the date, second field
was the craft (chosen from a related table that listed all of the crafts),
and the third field is the headcount of the chosen craft.
This works much better, except that now I have can up to twenty records for
any given day (not likely, but I will have six or seven).
This isn't a problem, except for the form: now the data clerk now has to
make six+ entries per day in the form I've set up. Even with a drop-down
combo box to choose the craft, it still seems to take time and there's some
room for data entry error.
So, to my question: is there some other table design I've overlooked? Or is
there some technique to make a better form that manages to get all twenty
possible crafts on one page? Subforms, perhaps?
Sorry for the long-winded note. Any help is appreciated.
D
First, I'm not sure if this a "tables" design question or "forms" question
so I'm posting in both groups.
I receive a daily force / headcount report of non-resident contractors on
site for the day. The report lists the number of people on site, by craft
(pipefitter, electrician, etc.). While we usually have five or six crafts
onsite daily, there are a total of twenty possible crafts to choose.
I'd like this data in some sort of table for analysis. I guess the "quick
and dirty" way is to put the data in an Excel spreadsheet / pivot table, but
then you're always going back and resetting the data range, etc. (Plus it
would get to be a huge sheet,as we're working six days a week.) It seems a
small Access database would be a solution, with an Excel spreadsheet
querying the database.
My first table design was a twenty-one field table, with the date as the
first field, the count of the first craft as the second field record, and so
on:
First Field...Date
Second Field...CountCraft1
Third Field...CountCraft2
Fourth Field...CountCraft3
So this generated one record per day (there's also a corresponding form with
twenty-one fields). But then I realized all I had done was mimic an Excel
spreadsheet in an Access table (with the same level of functionality). But,
the form was nice, as it presents all twenty-one fields one page.
So, I tried a different table design: first field was the date, second field
was the craft (chosen from a related table that listed all of the crafts),
and the third field is the headcount of the chosen craft.
This works much better, except that now I have can up to twenty records for
any given day (not likely, but I will have six or seven).
This isn't a problem, except for the form: now the data clerk now has to
make six+ entries per day in the form I've set up. Even with a drop-down
combo box to choose the craft, it still seems to take time and there's some
room for data entry error.
So, to my question: is there some other table design I've overlooked? Or is
there some technique to make a better form that manages to get all twenty
possible crafts on one page? Subforms, perhaps?
Sorry for the long-winded note. Any help is appreciated.
D