the first step in creating a database is to turn off your computer. you need
to sit down with pencil and paper, and model your process, identifying
entities and their characteristics and how they relate to each other. from
there, you can structure your tables/relationships. i strongly recommend you
read up on table normalization and relationships. one good manual is
Database Design for Mere Mortals by Michael Hernandez, and you can also
google table normalization - there are lots of resources on the web.
once you've planned out the database structure, you're ready to start
building. if you're unfamiliar with the Access software, an excellent
reference is Microsoft Access <version> Bible by Prague and Irwin. it will
guide you through all the basics of building tables, queries, forms, reports
and macros to end up with a functional database, and you'll have a solid
foundation of knowledge on which to build more advanced skills.
if you take the time to learn the basics first, especially table
normalization/relationships, you'll find that you can build a simple
database to meet your needs fairly easily. it can also be a lot of fun.
here are some helpful links, as you get started:
http://www.mvps.org/access/tencommandments.htm
http://www.mvps.org/access/lookupfields.htm
http://www.mvps.org/access/general/gen0012.htm
and suggest you bookmark this one:
http://www.mvps.org/access/
you can always post here in the newsgroups for help with specific problems
or questions, as you work on your database. good luck.
hth