Results 1 to 7 of 7
  1. #1
    bkvisler is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2010
    Posts
    22

    training video database

    I am semi new to access and I have been tasked with creating a database to keep track of training video for a the california smokejumper base in Redding. We need to keep track of: Practice Jumps, Fire Jumps, Parachute landings, training exits, training landings.
    The database should be searchable by Name, Date, Jumpspot,

    Also, new jumpers(names) will have to be added every year.
    Anyone out there interested in giving me a quick and dirty description of how to do this..

    brian kvisler


    http://gacc.nifc.gov/oncc/logistics/...ers/index.html

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    It sounds like a Video Store package would do it with the Jumpers as Customers.

  3. #3
    bkvisler is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2010
    Posts
    22
    what is this video store package? how do i get this? please forgive my newbieness.

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922

  5. #5
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Here's a link you might find useful: http://www.profsr.com/access/accless0.htm

  6. #6
    Ted C is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2010
    Posts
    66
    Quote Originally Posted by bkvisler View Post
    I am semi new to access and I have been tasked with creating a database to keep track of training video for a the california smokejumper base in Redding. We need to keep track of: Practice Jumps, Fire Jumps, Parachute landings, training exits, training landings.
    The database should be searchable by Name, Date, Jumpspot,

    Also, new jumpers(names) will have to be added every year.
    Anyone out there interested in giving me a quick and dirty description of how to do this..
    Seems like you need a table of Jumpers with information about your people. It will have a primary key of something like JumperID.

    The VideoType table will need a VideoTypeID and a VideoType. The video type will be "Practice Jump", "Fire Jump", etc.

    You will need a table of Videos. It will need a VideoID column and a VideoType column that accepts a number that links to the VideoType table. It will also need a JumperID column that links to the Jumper table. Finally, it will need a Date column to accept the date of the video.

    You should then be able to build forms and queries that sort and filter by Jumper, Type, and Date.

    If "Jumpspot" is a location, you'll need another table for it with SpotID and a description. The Video table will need another column for SpotID.

  7. #7
    bkvisler is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2010
    Posts
    22

    it works

    thanks for all the help guys....

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

Similar Threads

  1. Creating a Database to track Employee Training
    By osolaru in forum Database Design
    Replies: 9
    Last Post: 08-25-2011, 01:29 PM
  2. read metadata from video files
    By user in forum Access
    Replies: 1
    Last Post: 07-07-2011, 05:05 AM
  3. Training Records Database
    By weisssj in forum Database Design
    Replies: 4
    Last Post: 04-21-2010, 03:36 PM
  4. microsoft access 2007 video tutorials
    By jamesdean in forum Access
    Replies: 0
    Last Post: 06-08-2007, 08:43 PM
  5. Training Database - Relationships
    By simmurray in forum Database Design
    Replies: 0
    Last Post: 01-12-2007, 03: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