M
Michelle
I am creating a database for computer/software inventoy I currenly have 3
tables.
Equipment
Software
Assignment
Equipment has the following
Tag#
Location
Description
Model
Manuf
Serial#
PurDate
WarExpDate
Cost
Disposal
DisposalDate
Assignments
ID
Title
Location
JobTitle
FName
LName
Software has
Title
Version
Manuf
Media
License
Quantity
#CD's
Status
What I would like to do is to be able to pull a report 3 ways...
1 list all the software with the # of Licence and the computer tag # it is
assigned to with the location of the related tag# (This way I can tell how
many license I have left.
EX:
Adobe Flash - 9 License
00001 - UP
00056 - CH
00006 - PH
List of all Equipment with the location and person assicated with it.
(this one I have working)
List of Equipment - Location - User and all software installed
EX:
Tag loc man model sn war exp user
000001 - UP - Dell - D830 - 12345 - 11/29/2010 - mrl19
Adobe FM
Office 2007
Flash MP
Photo Editor
Can this be done if so what changes do I need to make to my tables and
relationships.
tables.
Equipment
Software
Assignment
Equipment has the following
Tag#
Location
Description
Model
Manuf
Serial#
PurDate
WarExpDate
Cost
Disposal
DisposalDate
Assignments
ID
Title
Location
JobTitle
FName
LName
Software has
Title
Version
Manuf
Media
License
Quantity
#CD's
Status
What I would like to do is to be able to pull a report 3 ways...
1 list all the software with the # of Licence and the computer tag # it is
assigned to with the location of the related tag# (This way I can tell how
many license I have left.
EX:
Adobe Flash - 9 License
00001 - UP
00056 - CH
00006 - PH
List of all Equipment with the location and person assicated with it.
(this one I have working)
List of Equipment - Location - User and all software installed
EX:
Tag loc man model sn war exp user
000001 - UP - Dell - D830 - 12345 - 11/29/2010 - mrl19
Adobe FM
Office 2007
Flash MP
Photo Editor
Can this be done if so what changes do I need to make to my tables and
relationships.