Results 1 to 14 of 14
  1. #1
    ultra5219 is offline Advanced Beginner
    Windows 8 Access 2007
    Join Date
    Feb 2013
    Posts
    45

    how to create report: School Timetable

    hi everyone


    does anyone know how to create timetable report in Access?
    i have encounter difficulty to create timetable report. currently im using report wizard options. i select table under "Timetable Table" then select field which i want to display on report.. then select grouping etc then end wizard.
    once the i opened the design view, its hard to move the object example i want to adjust the "Period" to upward, but it seems wont moved at all... is it posible to use "REPORT DESIGN"?? to create custom timetable??

    Thanks...

    PS: i attach my sample design for my timetable. is it i can design my own timetable using "REPORT DESIGN" based on my draft design (refer below) ?

  2. #2
    alcapps is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Jan 2012
    Posts
    292
    usually you can go to grouping and sorting

    sort by ascending date
    next time descending

    that should do it..

  3. #3
    ultra5219 is offline Advanced Beginner
    Windows 8 Access 2007
    Join Date
    Feb 2013
    Posts
    45
    Quote Originally Posted by alcapps View Post
    usually you can go to grouping and sorting

    sort by ascending date
    next time descending

    that should do it..

    really? but if im using the REPORT DESIGN, i wana design my own without using report Wizard. i want my timetable report design same as my design based on my sample design. is it possible to do that?

  4. #4
    alcapps is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Jan 2012
    Posts
    292
    if your data is normalized.. or properly structured. I see no reason not to be able to make the report the way you shown it.

    you would go to the designer to make the grouping changes that I suggested.

  5. #5
    ultra5219 is offline Advanced Beginner
    Windows 8 Access 2007
    Join Date
    Feb 2013
    Posts
    45
    Quote Originally Posted by alcapps View Post
    if your data is normalized.. or properly structured. I see no reason not to be able to make the report the way you shown it.

    you would go to the designer to make the grouping changes that I suggested.

    i see.. well here is my Relationship.. do you think my table are all normalized? my opinion, i try create simple query to find for example : on query: enter group code.. then all information will display from the table which under group code " IT/CES/2001 --- just an example
    another example i create query: enter session: example i type: morning..then all information will display morning session on timetable.

    is it true, to verified our table or to test relationship of access is correct, simply create query to test what information we want to extract from the table?
    sorry my english bit bad.. LOL

    Attachment 11125

  6. #6
    alcapps is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Jan 2012
    Posts
    292
    Just a quick pointer it is best not to put spaces or special characters in your field names. When you go to code things and make queries you have to put a wrapper around each field name.
    also reserved words used by the database i.e. day or time.

    between instructor and instructor Id Make them both instuctorid
    there are a lot of those like group code could be groupid and unit title should be an unitid to unitid

    you might consider day to have 2 fields for a start and end date every Monday between 1/1/2013 and 1/3/2013 or a semester table so you don't have to put the date in every record just the semesterid

  7. #7
    ultra5219 is offline Advanced Beginner
    Windows 8 Access 2007
    Join Date
    Feb 2013
    Posts
    45
    Quote Originally Posted by alcapps View Post
    Just a quick pointer it is best not to put spaces or special characters in your field names. When you go to code things and make queries you have to put a wrapper around each field name.
    also reserved words used by the database i.e. day or time.

    between instructor and instructor Id Make them both instuctorid
    there are a lot of those like group code could be groupid and unit title should be an unitid to unitid

    you might consider day to have 2 fields for a start and end date every Monday between 1/1/2013 and 1/3/2013 or a semester table so you don't have to put the date in every record just the semesterid
    oh.. okie let me investigate my tables first..

  8. #8
    alcapps is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Jan 2012
    Posts
    292
    timetable Testing.zip

    I hope this helps you..

    go thru the tables and the query and forms..

  9. #9
    ultra5219 is offline Advanced Beginner
    Windows 8 Access 2007
    Join Date
    Feb 2013
    Posts
    45
    Quote Originally Posted by alcapps View Post
    timetable Testing.zip

    I hope this helps you..

    go thru the tables and the query and forms..
    alright... thanks for helping me.. let me try first input first all timetable info using the form..
    now im just bit worried when creating timetable report...

  10. #10
    alcapps is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Jan 2012
    Posts
    292
    If it a try you can do it

  11. #11
    ultra5219 is offline Advanced Beginner
    Windows 8 Access 2007
    Join Date
    Feb 2013
    Posts
    45
    Quote Originally Posted by alcapps View Post
    If it a try you can do it
    ok.. i did input everything already the timetable info.. next is creating timetable report. which one do you prefer, is it using report wizard or using report design?
    if im using report design, how to select the field which i want to display information on report form? example i want to display on report form " DAY" Time " etc since report design default report form is empty..

  12. #12
    ultra5219 is offline Advanced Beginner
    Windows 8 Access 2007
    Join Date
    Feb 2013
    Posts
    45
    ok.. im almost done here.. got another problem again
    any ideas how to sort DAY properly from MONDAY TO SATURDAY.
    my timetable report wont sort properly it display MONDAY SATURDAY THURSDAY TUESDAY WEDNESDAY..
    IT should be sort like this: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, SATURDAY...

    any ideas? how to solve?Attachment 11180

  13. #13
    alcapps is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Jan 2012
    Posts
    292
    good to hear your making progress.
    If your using date convert that to weekday() i.e. weekday() monday = 2, tuesday = 3, wed= 4,thur=5, fri=6, sat = 7,sun =1

    sort on the weekday of the date..
    use an expression in the sorting or do it in the query that the report calls.

  14. #14
    ultra5219 is offline Advanced Beginner
    Windows 8 Access 2007
    Join Date
    Feb 2013
    Posts
    45
    yep.. quite busy this few day... doing my database..
    i see.. u mean covert weekday by using expression on Query? or by typing "Criteria" on DAY section which i mark on RED color on screenshot?Attachment 11182

Please reply to this thread with any new information or opinions.

Similar Threads

  1. School bus transportation
    By IsiEMT in forum Access
    Replies: 3
    Last Post: 12-11-2011, 11:01 AM
  2. Need help a school report database
    By learnac in forum Database Design
    Replies: 1
    Last Post: 01-28-2010, 09:14 PM
  3. Replies: 1
    Last Post: 01-06-2010, 10:32 AM
  4. High School Help
    By mfgriggs in forum Queries
    Replies: 3
    Last Post: 11-18-2009, 01:18 PM
  5. Database Design for a School
    By FallingToaster in forum Database Design
    Replies: 2
    Last Post: 08-12-2009, 10:47 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums