Results 1 to 5 of 5
  1. #1
    nhmy is offline Novice
    Windows 10 Access 2016
    Join Date
    Feb 2020
    Posts
    3

    Exclamation Asset List Database

    I have a table of staff and various tables f all the different types of assets. I would like to build a relationship between the staff and the assets deployed to the staffs. The primary key would either be the User ID or User Name. The outcome is to list all of the assets deployed to the staff in a form. We would search using the primary key.

    Please help.
    Attached Files Attached Files

  2. #2
    davegri's Avatar
    davegri is offline Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,411
    Your design is wrong. You don't need separate tables for each type of asset. All assets should be in same table with an AssetType_ID that links into a new table, tblAssetType.

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2016
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,725

  4. #4
    davegri's Avatar
    davegri is offline Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,411
    Here's a sample of your tables consolidated. Added Primary and foreign keys. Set up the relationship diagram. Included a couple of queries to show how it ties together.

    AssetMasterList-davegri-v01.zip

  5. #5
    davegri's Avatar
    davegri is offline Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,411
    Update to above. Added form/subform with junction table to hold the assignments.

    AssetMasterList-davegri-v02.zip

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

Similar Threads

  1. Replies: 10
    Last Post: 04-14-2014, 01:42 PM
  2. Location of asset and latest record for asset
    By duramax in forum Queries
    Replies: 11
    Last Post: 05-14-2013, 04:31 PM
  3. Asset Management Web Database
    By gemadan96 in forum SharePoint
    Replies: 2
    Last Post: 05-01-2013, 02:36 PM
  4. Inventory/Asset tracking database.
    By russkris in forum Access
    Replies: 7
    Last Post: 04-26-2012, 02:27 PM
  5. Asset Tracking Database
    By wgroenewald in forum Access
    Replies: 3
    Last Post: 02-13-2012, 08:26 PM

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