Results 1 to 3 of 3
  1. #1
    ginachicclett is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2012
    Posts
    1

    Access database design to check assets in and out

    I am working on fixing an existing database to keep track of assets, students, owners, classes, and instructors. The method I have been using to try to check items in and out is not working. I am attempting to use a form with space for different assets and their ID numbers to be entered. The major problem I am facing is I am not sure if the database is even designed correctly to do this. I have 5 different types of assets, each put into their own table. This was done because not all of the assets require the same fields. I want to allow students to check in and out different types of equipment. All of the sample databases I have seen only use one asset table since they all have the same fields. Can I even use multiple tables to keep track of the different types of assets and still be able to check them in and out or do I need to have all of my assets in one table? Please help, I'm lost.
    Thanks

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    I do think you will need a 'master' assets table. Then dependent child tables for the varied assets (1 to 1 relation). How different is the information? Alternative is a big 'flat' file that has all the fields. This is not strictly 'normalized' data because will result in a lot of empty space. It is a balancing act between normalization and ease of data entry/output.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    There is a free data model for IT assets at
    http://www.databaseanswers.org/data_...sets/index.htm

    It may give you some ideas. I think you should sort out the entities you'll deal with and normalize your structure, then
    post any questions and see if there are options and get some feedback before getting too far into "programming".

    Good luck with whatever you decide to do.

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

Similar Threads

  1. Queries for determining unused amounts of assets/cash
    By Long Tom Coffin in forum Queries
    Replies: 8
    Last Post: 07-05-2012, 01:38 PM
  2. WorthIt fixed assets
    By andres179 in forum Access
    Replies: 1
    Last Post: 05-29-2012, 11:09 PM
  3. Design check
    By Rattykins in forum Database Design
    Replies: 4
    Last Post: 05-17-2012, 07:24 PM
  4. Replies: 1
    Last Post: 05-15-2012, 06:47 AM
  5. check my design
    By jamie in forum Database Design
    Replies: 2
    Last Post: 11-16-2010, 03:27 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