Wrox Programmer Forums
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 20th, 2007, 09:50 AM
Registered User
 
Join Date: Mar 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Design issue

I need to create a database that will contain work schedules for several departments. I need to schedule them a month at a time, note when someone calls in and who worked in their place, I need to do some detailed reporting to help with budgeting and OT cost. Our current payroll system does not provide me with the options above. I can only see when they actually worked and history.

I need to pull for a month, pull all the people that work within a certain department and then enter the schedule (hours working 7a-7p and location started - main entrance, ER entrance). I want the names to the left, days of the month across and then hours/location going across under the day.

I would attach an example but I am new to this site and I do not see an attachment option.

Thanks,
Deborah

 
Old March 24th, 2007, 08:57 AM
Friend of Wrox
 
Join Date: Jul 2003
Posts: 128
Thanks: 0
Thanked 1 Time in 1 Post
Default

Deborah,
This is what I suggest. Planning a db design is like
visualizing yourself doing manually. When you think of a way to do it manually, then design it to a database. I do first creating an excel spreadsheet where you have columns and rows. My rule is the first rows are the column headings and the first column is the primary key or record no. (starting fr 1 to num of records).
In your database what is important are datas and the data types of each data. Then for each tables with datas next is the relationship with those tables.
In your database create the following
tables (lets do it by heirarchy):
1) Year (yyyy)
2) Month ((mm)
3) Day (dd)
4) Time (hh:mm)
5) Employee
6) DS (Daily Schedule) related to all the records above.
In Access, make use of the crosstab query and create a report from
this query.
I hope this helps. Good luck.
jm






Similar Threads
Thread Thread Starter Forum Replies Last Post
Design issue davetx C# 2005 3 February 16th, 2008 01:30 PM
Design issue debuajm Reporting Services 0 April 24th, 2006 08:11 AM
Java Design issue with UML and Design Patterns the_logical_way Apache Tomcat 0 May 31st, 2004 04:02 AM
design issue(clarification) eyan C# 0 February 19th, 2004 12:42 PM
PHP/Design issue wolftrap1 BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 4 February 4th, 2004 09:53 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.