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!
|
|
0
|
|
|
|
Reply
|
Utf
|
12/3/2009 6:16:01 PM |
|
>>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!
|
|
0
|
|
|
|
Reply
|
Utf
|
12/3/2009 6:48:01 PM
|
|
|
1 Replies
489 Views
(page loaded in 0.078 seconds)
Similiar Articles: Asset tracking design problem using MS Access 2007 - microsoft ...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... Asset Tracking Database Template - microsoft.public.access ...Asset tracking design problem using MS Access 2007 - microsoft ... Asset tracking database - Templates - Office.com Use this asset tracking database template for Access to ... MS Access & Citrix - query design form problems - microsoft ...Asset tracking design problem using MS Access 2007 - microsoft ... Maybe use available criteria on combo source query ... information using a ... -- Dirk Goldgar, MS ... Database to track inventory in company cars - microsoft.public ...Asset tracking design problem using MS Access 2007 - microsoft ... Database to track inventory in company cars - microsoft.public ..... contracting firm) using various ... SOS. Hide, protect and disable design view for ms access ...Asset tracking design problem using MS Access 2007 - microsoft ..... database in Access for tracking construction management information using a ... Employee Barcode scan IN and OUT using Access 2007 - microsoft ...Asset tracking design problem using MS Access 2007 - microsoft ... Employee Barcode scan IN and OUT using Access 2007 - microsoft ... My problem is when they scan in I ... Tracking/voting options not working with Infopath form - microsoft ...Asset tracking design problem using MS Access 2007 - microsoft ... Tracking/voting options not working with Infopath form - microsoft ..... ACCESS OPTIONS BUTTONS & MENUS ... Junction table record from a form - microsoft.public.access.forms ...Asset tracking design problem using MS Access 2007 - microsoft ... Junction table record from a form - microsoft.public.access.forms ... Asset tracking design problem ... Access 2007 DB and VPN issues - microsoft.public.access ...Asset tracking design problem using MS Access 2007 - microsoft ... Asset tracking design problem using MS Access 2007 DataBase I am trying to set up a database to keep ... employee attendance tracker - microsoft.public.excel.misc ...Asset tracking design problem using MS Access 2007 - microsoft ... My problem is when they scan in I want to see ... Re: Employee Barcode scan IN and OUT using Access 2007 ... Asset tracking design problem using MS Access 2007 - microsoft ...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... Asset tracking design problem using MS Access 2007 DataBaseI am trying to set up a database to keep track of company equipment. We are surveyors and so use: theodolites, tripods, prisms, cameras, and numerous othe Answer : Asset tracking design problem using MS Access 2007Asset tracking design problem using MS Access 2007 - answer - I'm trying to set up a database to keep track of company equipment. We are surveyors and so use ... Asset Tracking Database Template - microsoft.public.access ...Asset tracking design problem using MS Access 2007 - microsoft ... Asset tracking database - Templates - Office.com Use this asset tracking database template for Access to ... Asset Tracking Database | Electronic Forms | Inventory Management ...... access asset tracking database templates, asset tracking, microsoft access database design project ... This is no problem. I'm ... five years in MS Access 2003 and Access 2007 ... 7/28/2012 7:00:19 PM
|