As I suspected. The absolute first step in any successful database design
is identifying what entities you need, and creating a normalized design
that supports it. Forms, queries, etc. come later.
Database Normalization basics:
http://databases.about.com/library/weekly/aa080501a.htm
More details about 3NF (Third Normal Form) with links to details on 1NF and
2NF:
http://databases.about.com/library/weekly/aa091601a.htm
Glossary which has definitions for PK, FK, etc.
http://databases.about.com/library/glossary/blglossary.htm?PM=ss13_databases#F
Before you ever sit down and start creating a table, form, whatever you need
to understand these things or you will be back here asking questions and
getting responses that tell you to start over in some areas.
Please read those links, and post back with questions about them. They are
not by any means an exhaustive resource, but certainly a great start. And
they are not platform specific. Access, SQL Server, Oraclee...operate under
the same principle.
Hope that helps
--
Kevin Hill
President
3NF Consulting
www.3nf-inc.com/NewsGroups.htm
Rawley said:
Well,
I learned the very basics of setting up and using forms, tables, and
queries. Really nothing with reports or pages. Also, nothing with
understanding how primary and foreign keys work and relate in order to
utilize them properly.