Results 1 to 4 of 4
  1. #1
    andy49's Avatar
    andy49 is offline VIP
    Windows 10 Access 2007
    Join Date
    Nov 2016
    Location
    London
    Posts
    1,051

    structure

    Id like to create a database of who attends my revision sessions (which are very frequent)



    Idea is that I'd be able to select who's there very quickly and this would then update the database automatically that they turned up recording date and time.

    Suggestions?

    Table1

    Pupils names etc including which class they are in

    Table 2

    Revisiondate and revisiontime fields

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    tRevisions table (table2)
    ----------------
    RevID (auto)
    RevDate (date/time, one field holds both date and time)
    PupilID (long)
    etc..

    the tRevison table will hold all attendees and the date.
    make a parent/child form, pupil is the parent form showing all details of the pupil.
    the child form is the Revisons. Link the sub form to the parent form on LINK CHILD FIELD, and LINK PARENT FIELD (both set to PupliID)
    then you can view a pupil and all his revisions on the one screen.

  3. #3
    pbaldy's Avatar
    pbaldy is online now Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,642
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  4. #4
    andy49's Avatar
    andy49 is offline VIP
    Windows 10 Access 2007
    Join Date
    Nov 2016
    Location
    London
    Posts
    1,051
    Great advice guys

    Really helped

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

Similar Threads

  1. Database Structure
    By radick_201 in forum Access
    Replies: 1
    Last Post: 01-13-2016, 10:24 AM
  2. DB structure
    By frons in forum Database Design
    Replies: 4
    Last Post: 04-24-2015, 11:21 PM
  3. DB Structure
    By drkepyon in forum Database Design
    Replies: 6
    Last Post: 08-14-2014, 12:11 PM
  4. How to structure my db?
    By JeredG in forum Access
    Replies: 5
    Last Post: 11-14-2011, 06:22 PM
  5. BD Structure (review)
    By Bryan021 in forum Database Design
    Replies: 0
    Last Post: 05-26-2011, 11:39 AM

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