Re: Math in Table?
From: Duane Hookom (duanehookom_at_NO_SPAMhotmail.com)
Date: 04/14/04
- Next message: TC: "Re: shared property"
- Previous message: John Vinson: "Re: Math in Table?"
- In reply to: Keith: "Math in Table?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 13 Apr 2004 22:15:22 -0500
Don't create a separate table for each production line. Create one table
with a field for Line. You don't do the math in tables. It is quite easy to
display totals or calculations in queries where you create calculated
columns.
There are lots of methods to filter results/records returned in a query,
report, or form.
-- Duane Hookom MS Access MVP "Keith" <kceule@americaningredients.com> wrote in message news:1c33601c421ca$d3f42600$a301280a@phx.gbl... > 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!
- Next message: TC: "Re: shared property"
- Previous message: John Vinson: "Re: Math in Table?"
- In reply to: Keith: "Math in Table?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|