GolfingDuo
New member
- Local time
- Today, 11:21
- Joined
- Apr 13, 2013
- Messages
- 6
I need to create a database and it has been a while since I have created a DB and I get some of this okay. It is so that I can create a schedule report. So far I think I need three tables. One is the machines. Two is the product schedule (how long it takes to produce X number of products). The last would be work orders. I think that pretty much covers the data.
I think most of the data can be maniputated by queries and that is even done on the report. The report as we all know is the reason for a database. If it was just about the data it would be simpler to do a spreadsheet. It could get fancy and make a pivot table. That output can be a calendar of sorts. What I would like to see is a weekly or montly report that have lines per machine with job orders lining up so that we can see any overlap or too long of a gap between workorders.
I am planning on having the database operator only need to punch in the workorder, number of items, and when the job is needed to be completed. In the output of the report I will have it do some math to determine how many days it will take to complete the workorder and enter that as a line in the calendar. With 33 machines this would probably be weekly since 33 lines in each day is quite large.
I am envisioning it as a single line beginning this day stretching to this day. It would be nice to color code it and print the workorder in the line. It would be a management tool for production managers to crack the whip.
Well anyway I have to go back to creating my tables and my desk. Thanks to anyone who might have an answer.
I think most of the data can be maniputated by queries and that is even done on the report. The report as we all know is the reason for a database. If it was just about the data it would be simpler to do a spreadsheet. It could get fancy and make a pivot table. That output can be a calendar of sorts. What I would like to see is a weekly or montly report that have lines per machine with job orders lining up so that we can see any overlap or too long of a gap between workorders.
I am planning on having the database operator only need to punch in the workorder, number of items, and when the job is needed to be completed. In the output of the report I will have it do some math to determine how many days it will take to complete the workorder and enter that as a line in the calendar. With 33 machines this would probably be weekly since 33 lines in each day is quite large.
I am envisioning it as a single line beginning this day stretching to this day. It would be nice to color code it and print the workorder in the line. It would be a management tool for production managers to crack the whip.
Well anyway I have to go back to creating my tables and my desk. Thanks to anyone who might have an answer.