PC Review


Reply
Thread Tools Rate Thread

Asset tracking design problem using MS Access 2007

 
 
S D H
Guest
Posts: n/a
 
      3rd Dec 2009
I'm trying to set up a database to keep track of company equipment. We are
surveyors and so use: theodolites, tripods, prisms, cameras, and numerous
other equipment. I want to set up a system whereby people can take kit out of
the storeroom and then sign it out using an MS Access form. They can sign kit
back in when they return (or take more kit out..). I have a table with staff
information (ID, name, position...) then separate tables for theodolites,
tripods, and other equipment. I am having trouble trying to decide the best
way to relate things, and I am not sure if perhaps I need a junction table
between the staff and the kit to represent a physical location change (ie.
from the storeroom to a staff member). None of the MS templates quite fit
this scenario, but I can't believe that this isn't the sort of thing that
1000's of companies must utilize all the time!
 
Reply With Quote
 
 
 
 
KARL DEWEY
Guest
Posts: n/a
 
      3rd Dec 2009
>>perhaps I need a junction table between the staff and the kit
Yep!
AssetIssue --
AssetIssueID - autonumber - primary key
AssetID - Number - Long Integer - foreign key
StaffID - Number - Long Integer - foreign key
DateOut - DateTime - Default - Now()
DateIn - DateTime
EstReturn - DateTime
IssueBy - Number - Long Integer - foreign key

Create one-to-many relationships between Staff and AssetIssue & Asset and
AssetIssue, selecting Referential Integerity and Cascade Update options.

Use a form/subform for Staff/Issue with combo to select item for issue.
Maybe use available criteria on combo source query for only items with all
issue records having DateIn.

NOTE - Maybe add Calibration and Repair as a Staff member for when items is
sent to CAL or RPR.
--
Build a little, test a little.


"S D H" wrote:

> I'm trying to set up a database to keep track of company equipment. We are
> surveyors and so use: theodolites, tripods, prisms, cameras, and numerous
> other equipment. I want to set up a system whereby people can take kit out of
> the storeroom and then sign it out using an MS Access form. They can sign kit
> back in when they return (or take more kit out..). I have a table with staff
> information (ID, name, position...) then separate tables for theodolites,
> tripods, and other equipment. I am having trouble trying to decide the best
> way to relate things, and I am not sure if perhaps I need a junction table
> between the staff and the kit to represent a physical location change (ie.
> from the storeroom to a staff member). None of the MS templates quite fit
> this scenario, but I can't believe that this isn't the sort of thing that
> 1000's of companies must utilize all the time!

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access 2003 Asset Tracking Database Lynn Microsoft Access VBA Modules 2 8th Sep 2008 08:09 PM
Need help modifying the Asset Tracking DB for Access 2007 =?Utf-8?B?cGtvdmFjZXZpYw==?= Microsoft Access Getting Started 0 5th Sep 2007 07:12 PM
Asset tracking =?Utf-8?B?VG9ueXdhdA==?= Microsoft Windows 2000 Deployment 1 13th Jun 2005 11:45 PM
Access asset tracking template: depreciation =?Utf-8?B?SmFjayBVdmFsdHJhaWRz?= Microsoft Access Database Table Design 4 4th May 2005 07:36 AM
Access 97 "Asset Tracking" database errors Alejandro Microsoft Access 5 21st Nov 2003 05:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:17 PM.