(Msg. 2) Posted: Fri Aug 29, 2008 3:00 am
Post subject: Re: Inventory Database [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
suggest the following, as
tblEmployees
EmpID (primary key. if employees already have a unique identifier in your
company, use that; otherwise, you can use an Autonumber. caution: suggest
you do NOT use SSN, Access is not secure enough for data that can be used
for identity theft.)
FirstName
LastName
<any other fields you need that describe an employee>
tblKeys
KeyID (primary key. again, if each key has a unique identifier, use that,
otherwise...)
<other fields that describe a key>
tblEmpKeys
EmpID (foreign key from tblEmployees)
KeyID (foreign key from tblKeys)
use the two fields as a combination primary key.
DateAssigned
DateReturned
<other fields that describe an instance of a specific key and a specific
employee.>
if one key unlocks multiple doors (like my work keys do), you may want a
table of locks (for room doors, building doors, whatever the keys unlock)
with a linking table to record what doors each key unlocks.
tblLocks
LockID (primary key, autonumber)
Location (what door the lock is attached to)
tblKeyLocks
KeyID (foreign key from tblKeys)
LockID (foreign key from tblLocks)
use the two fields as a combination primary key.
okay, the above is based on a lot of guesswork about your real-life
situation and what you actually need. my real-life recommendation is that
you learn the basics of relational design principles, and the basics of
building a relational database in Access; you're the best person to
determine how your database should be designed, once you know how - and even
the simplest database is worth doing right, because even the simplest
database can become a nightmare to work with if you build it wrong. for more
information on relational design and Access, see
http://home.att.net/~california.db/tips.html.
hth
"HR 4 Life" <HR4Life RemoveThis @discussions.microsoft.com> wrote in message
news:342C3336-7715-4555-A639-DEE975E42120@microsoft.com...
> I am having trouble getting started with an Access database to track keys
> issued. Is anyone familiar and can help me get started?
> --
> HR Coordinator
(Msg. 3) Posted: Fri Aug 29, 2008 2:25 pm
Post subject: Re: Inventory Database [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Tina's recommended tables are right on. If you need someone to put the
database together for you, I can do it for a very modest fee. If interested,
contact me at rlaird.DeleteThis@penn.com.
Steve
"HR 4 Life" <HR4Life.DeleteThis@discussions.microsoft.com> wrote in message
news:342C3336-7715-4555-A639-DEE975E42120@microsoft.com...
>I am having trouble getting started with an Access database to track keys
> issued. Is anyone familiar and can help me get started?
> --
> HR Coordinator
(Msg. 4) Posted: Fri Aug 29, 2008 2:43 pm
Post subject: Stevie is pimping again [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
"Steve" <nonsense.RemoveThis@nomsense.com> wrote in message
news:B5OdnRoQv4CLoiXVnZ2dnUVZ_uidnZ2d@earthlink.com...
> Tina's recommended tables are right on. If you need someone to put the
> database together for you, I can do it for a very modest fee. If
> interested, contact me at rlaird.RemoveThis@penn.com.
>
> Steve
These newsgroups are provided by Microsoft for FREE peer to peer support.
Steve is a known troll and does not provide any services worth paying for.
He has repeatedly demonstrated his lack of talent by his posts to these
newsgroups.
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum