Hi Rick,
Yes, you can build this solution using Access, however, there is a rather steep learning curve if
you are just getting started. Take a look at Allen Browne's sample titled "Creating an audit log"
at
http://members.iinet.net.au/~allenbrowne/AppAudit.html.
Here are some links that I recommend as a starting point:
Database Design
You should spend some time gaining an understanding of database design and normalization before
attempting to build something in Access (or any RDBMS software for that matter). Here are some
links to get you started. Don't underestimate the importance of gaining a good understanding of
database design. Create your design using paper and pencil first, before opening up Access. Don't
even bother trying to use the "Create table by entering data" feature, unless you want an Access
spreadsheet. Brew a good pot of coffee and enjoy reading!
http://www.datatexcg.com/Downloads/DatabaseDesignTips1997.pdf
http://www.eade.com/AccessSIG/downloads.htm
(See the last download titled "Understanding Normalization")
http://support.microsoft.com/?id=234208
http://support.microsoft.com/?id=289533
Also recommended: Find the copy of Northwind.mdb that is probably already installed on your hard
drive. Study the relationships between the various tables (Tools > Relationships...)
Naming Conventions
Special characters that you must avoid when you work with Access databases
http://support.microsoft.com/?id=826763
Commonly used naming conventions
http://www.mvps.org/access/general/gen0012.htm
http://www.xoc.net/standards/default.asp
Using a Naming Convention
http://msdn.microsoft.com/library/d...us/odeopg/html/deconusingnamingconvention.asp
Reserved Words
Reserved Words in Microsoft Access
http://support.microsoft.com/?id=286335
List of reserved words in Jet 4.0
http://support.microsoft.com/?id=321266
Name AutoCorrect
Name AutoCorrect was introduced with Access 2000. This is a most buggy feature (note: some people
claim that it has finally been fixed in Access 2003--I think the jury is still out on that one).
I recommend always deselecting the options to track & perform corrections via Tools >
ptions ---> General Tab. Unfortunately, these options are selected by default in all new
databases, so you should remember to always deselect it. For more information, see the following
article:
Failures caused by Name Auto-Correct
http://members.iinet.net.au/~allenbrowne/bug-03.html
References
Solving Problems with Library References (Allen Browne)
http://members.iinet.net.au/~allenbrowne/ser-38.html
Access Reference Problems (Doug Steele)
http://members.rogers.com/douglas.j.steele/AccessReferenceErrors.html
Some other good web sites
Allen Browne's tips for Access users
http://members.iinet.net.au/~allenbrowne/tips.html
Tony's Main Microsoft Access Page
http://www.granite.ab.ca/access/
The Access Web
http://www.mvps.org/access/
Gem Tips
http://www.access.qbuilt.com/html/gem_tips.html
Tom
_____________________________________
My company has hundreds of tools that employees check in and out each and
every day. Currently, I inventory this process through Excel 2003. I can
look on the master tool list and check to see who has a tool currently, or if
it's in the shop and the last day any activity was done with it. But now I
need to keep up with this list and know who the last 3 to 5 people that
checked out each tool was. Going through paperwork is slow and tedious, and
I've heard what I want is possible on Access. I'm willing to dive in,
explore the program, and figure out how to build a database (with this
forum's help), but I just want confirmation that what I want can work on
Access 2003 and if there is anything specific I need to know that the help
files may not be able to guide me through. Thanks for reading and for any
help anyone can give me.
Rick