On Fri, 9 Oct 2009 04:43:01 -0700, nkuck <(E-Mail Removed)>
wrote:
>This is going to be an easy one. I am creating a library database of books,
>leaflets, brochures, etc. I want to have certain drop-down links (in cells)
>be restricted to specific inputs for the materials desriptions. I'm stumbling
>around MS's site with little luck so far.
>i.e. Categories: TYPE-drama, ficion, romance, etc (limited to my list)
>Details: Theme-suspence, action, etc (limited to my list)
>etc., etc.
"Cells" is an Excel concept; database tables don't contain cells. And you
should not be looking at Table datasheets directly in any case - you should
have a properly normalized set of tables, and use Forms (with combo boxes,
dropdowns if you will) on the Form.
Here's some resources to get started; Crystal's video might be a good jumping
off point.
Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/acc...resources.html
The Access Web resources page:
http://www.mvps.org/access/resources/index.html
Roger Carlson's tutorials, samples and tips:
http://www.rogersaccesslibrary.com/
A free tutorial written by Crystal:
http://allenbrowne.com/casu-22.html
A video how-to series by Crystal:
http://www.YouTube.com/user/LearnAccessByCrystal
MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials
--
John W. Vinson [MVP]