Two More Questions. Question #1. I am developing a database for tool
inventories at a correctional facility and the staff in each department will
enter their tool information. I created a combo box that lists the class of
tools – “AA – Extremely Dangerousâ€, “A – Dangerousâ€, etc. How do I add a
button next to this combo box which will display a word or excel document
that describes the classes of tools in further detail?
Wow. That's getting QUITE advanced!
The simplest way might be to put a Hyperlink field in your table with a link
to the external document. Put a textbox on the form next to the combo, with
its control source set to
=DLookUp("[thehyperlinkfieldname]", "[tablename]", "[Hazardlevel] = " &
comboboxname)
with appropriate name tweaking of course. The user can then doubleclick on the
hyperlink to open the document.
Question #2. Is there
a code building program, book, or reference that is good for “Dummies� I’ve
learned what I know about Access 2007 from “Step By Step – Access 2007†by
Steve Lambert, M. Dow Lambert III, and Joan Preppernau and “Access 2007 for
Dummiesâ€. Great books – I’ve learned a lot but I found out, once I started
building a database from scratch, that I’ve got a long way to go and a lot to
learn. Thanks/
There is a wealth of resources, books, etc. available. Here are some starting
points:
Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/accessjunkie/resources.html
The Access Web resources page:
http://www.mvps.org/access/resources/index.html
A free tutorial written by Crystal (MS Access MVP):
http://allenbrowne.com/casu-22.html
MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials