The first step is to identify all of your entities. These are the objects which you want to store data about, and can be uniquely identified. These entities are the basis for your tables in Access, and will be related to each other later on.
For example, if you sold widget parts to your customers, "Customer", "Part", and "Order" would be entities. The tables would look something like so:
CUSTOMER
Customer_ID
First Name
Last Name
Address
PART
Part_ID
Name
Cost
ORDER
Customer_ID
Part_ID
Date
Main Topics
Browse All Topics





by: DatabaseMXPosted on 2009-10-16 at 13:59:26ID: 25593288
Start by creating tables you think you need ... injunction with creating a Relational model using the Relationships window in Access (graphic view of tables and relationships).
ers/genacc ess/databa senorm.htm l uk/primary _foreign_k eys.html om/?kbid=2 09534 om/?kbid=3 04467
/tips.html
See these links:
http://www.fmsinc.com/tpap
http://www.databasedev.co.
http://support.microsoft.c
http://support.microsoft.c
http://www.allenbrowne.com
mx