K
Keith
I'm in the middle of converting what is essentially an
Excel database into an Access db. I work in a production
facility, and the supervisors need to be able to access
data easily, as they have limited computer skills.
I have had them enter data in a basic spreadsheet, and
then I created macros such that they only had to click a
button and the data was automatically pulled from the
sheet and dumped into a separate tab to be stored.
We have 3 shifts that need to be entered daily. We have
12 production lines that need to be tracked
individually. The key components of each line are:
product code, units scheduled, units packed, unit weight,
scheduled pounds, pounds packed, labor hours, pounds per
labor hour, and % acheived.
I think I am going to create a separate table for each
production line... does that sound like a good idea?
I would like for the tables to automatically do the
calculations for the fields "scheduled pounds" (units
scheduled*unit weight), "pounds per labor hour" (pounds
packed/labor hours), etc. Can this be done in a table,
or do I need for it to be done in a query or report
(which would be better?). Bottom line, I don't want
those entering the data to have to type in these simple
values, and I would like something that I can print out
with all of this info.
I'm new to Access. We will need reports for each PC by
day... how do I set up a query or report to select the
correct three rows (one for each shift) automatically?
Thank you for taking the time to help me. I appreciate
it!
Excel database into an Access db. I work in a production
facility, and the supervisors need to be able to access
data easily, as they have limited computer skills.
I have had them enter data in a basic spreadsheet, and
then I created macros such that they only had to click a
button and the data was automatically pulled from the
sheet and dumped into a separate tab to be stored.
We have 3 shifts that need to be entered daily. We have
12 production lines that need to be tracked
individually. The key components of each line are:
product code, units scheduled, units packed, unit weight,
scheduled pounds, pounds packed, labor hours, pounds per
labor hour, and % acheived.
I think I am going to create a separate table for each
production line... does that sound like a good idea?
I would like for the tables to automatically do the
calculations for the fields "scheduled pounds" (units
scheduled*unit weight), "pounds per labor hour" (pounds
packed/labor hours), etc. Can this be done in a table,
or do I need for it to be done in a query or report
(which would be better?). Bottom line, I don't want
those entering the data to have to type in these simple
values, and I would like something that I can print out
with all of this info.
I'm new to Access. We will need reports for each PC by
day... how do I set up a query or report to select the
correct three rows (one for each shift) automatically?
Thank you for taking the time to help me. I appreciate
it!