E
EisBlade
My job includes taking incoming calls for Cellular and Landline issues as
well as managing and issuing cell phone equipment. I'm building a database to
track these two functions to break away from my current tracker, MS Excell.
The "Call Ticket" portion is done with all related tables finished. My
customers are soldiers so I have a table appropriately named "Soldiers".
Incoming call tickets are collected in a Call Tickets table. Nuff said. The
second portion of function has me stumped.
When I receive a cell phone via shipment from a vender (VerizonWireless,
AllTel, SunCom, etc) I need to split it apart and enter separate components.
Individual components of a mobile package/unit are: mobile#, the hardware it
is currently assigned to, and any accessories that might be received with it
or issued out to a soldier. Mobile#'s can be moved to different hardware, and
vice-versa. My question lies in which is the best way to design these tables.
My ideas are:
1) to design one large table and put all items of inventory into it, then
create a "join" table and join a mobile# to its assigned hardware device
(devices could be AirCards, cell phones, or blackberry). And then issue to
each soldier items selected from the join table since it now tracks what that
"unit/package" includes - minus accessories with are considered expendable.
2) Design 3 different tables (Mobile#'s, Accessories, Hardware) and relate
them to a "join" table - and issue out mobile packages/units from there.
Any ideas? Either would work, maybe, if Reports and Queries are done right -
but I'd like to design this smartly upfront in a way that would allow best
growth, and the management of each category of items overall.
Mobile#'s can be Active (incurring monthly charges) or Deactivated (no longer
incurring charges) and also be Issued (in use) or Available (for issue if
needed).
Hardware can be Issued (in use) or Spare (available for mating to mobile# if
needed), or Offline (removed from future use either due to damage, loss,
repair, etc.)
I have most of the database completed except for this final step of equipment
tables. I hope there is someone that can help. My project is basically at a
standstill til I figure this part out. Many thanks!
well as managing and issuing cell phone equipment. I'm building a database to
track these two functions to break away from my current tracker, MS Excell.
The "Call Ticket" portion is done with all related tables finished. My
customers are soldiers so I have a table appropriately named "Soldiers".
Incoming call tickets are collected in a Call Tickets table. Nuff said. The
second portion of function has me stumped.
When I receive a cell phone via shipment from a vender (VerizonWireless,
AllTel, SunCom, etc) I need to split it apart and enter separate components.
Individual components of a mobile package/unit are: mobile#, the hardware it
is currently assigned to, and any accessories that might be received with it
or issued out to a soldier. Mobile#'s can be moved to different hardware, and
vice-versa. My question lies in which is the best way to design these tables.
My ideas are:
1) to design one large table and put all items of inventory into it, then
create a "join" table and join a mobile# to its assigned hardware device
(devices could be AirCards, cell phones, or blackberry). And then issue to
each soldier items selected from the join table since it now tracks what that
"unit/package" includes - minus accessories with are considered expendable.
2) Design 3 different tables (Mobile#'s, Accessories, Hardware) and relate
them to a "join" table - and issue out mobile packages/units from there.
Any ideas? Either would work, maybe, if Reports and Queries are done right -
but I'd like to design this smartly upfront in a way that would allow best
growth, and the management of each category of items overall.
Mobile#'s can be Active (incurring monthly charges) or Deactivated (no longer
incurring charges) and also be Issued (in use) or Available (for issue if
needed).
Hardware can be Issued (in use) or Spare (available for mating to mobile# if
needed), or Offline (removed from future use either due to damage, loss,
repair, etc.)
I have most of the database completed except for this final step of equipment
tables. I hope there is someone that can help. My project is basically at a
standstill til I figure this part out. Many thanks!