streatorunlimited
New member
- Local time
- Yesterday, 18:09
- Joined
- Sep 4, 2008
- Messages
- 3
Hi.
I work for a small, non-profit that gave me the task of making a database to track some of our consumers' hourly and piece-rate wages. Because the resulting information must interface with our accounting software every 2 weeks to pull a .txt file input, I had to design everything with that result in mind (of which now works).
If need be I can post a copy of my db, but I would have to remove a significant amount of client data (HIPPA), so I'll try to explain as best I can for now:
I have a table, "tblActivity" which records the bulk of their activity (ID, Date, Hours, Supervisor, Pieces, etc,.)
I based a query off of this table that calculates total hourly[Hours]*[Payrate table], piece-rate total [pieces]*[piece rate] and then adds the two together for total wages.
I built a form off of the query, "Consumer Activity" for data entry that automatically pulls up the hourly and piece rates when you select job type, so that the intended entry person wouldn't have to look off of the massive payrate chart.
All has been working fine given my humble knowledge of Access except for that I did not provision for one important detail, commensurate wages. You see, sometimes an hourly wage is the same job as is pulled up in my pay rates table, but is a different wage. I would like to be able to plug in the commensurate wage (dynamic number) without having it update the rate table.
I'm not hopeful that my design isn't horrible flawed and I'll have to practically start over, but it's worth a shot to ask.
Edit- I edited out the personal info and am posting my DB. Please go easy on me as this is about my second every database the first of which was far less complex.
I work for a small, non-profit that gave me the task of making a database to track some of our consumers' hourly and piece-rate wages. Because the resulting information must interface with our accounting software every 2 weeks to pull a .txt file input, I had to design everything with that result in mind (of which now works).
If need be I can post a copy of my db, but I would have to remove a significant amount of client data (HIPPA), so I'll try to explain as best I can for now:
I have a table, "tblActivity" which records the bulk of their activity (ID, Date, Hours, Supervisor, Pieces, etc,.)
I based a query off of this table that calculates total hourly[Hours]*[Payrate table], piece-rate total [pieces]*[piece rate] and then adds the two together for total wages.
I built a form off of the query, "Consumer Activity" for data entry that automatically pulls up the hourly and piece rates when you select job type, so that the intended entry person wouldn't have to look off of the massive payrate chart.
All has been working fine given my humble knowledge of Access except for that I did not provision for one important detail, commensurate wages. You see, sometimes an hourly wage is the same job as is pulled up in my pay rates table, but is a different wage. I would like to be able to plug in the commensurate wage (dynamic number) without having it update the rate table.
I'm not hopeful that my design isn't horrible flawed and I'll have to practically start over, but it's worth a shot to ask.
Edit- I edited out the personal info and am posting my DB. Please go easy on me as this is about my second every database the first of which was far less complex.