- Open Microsoft's "Access"
- If the little paperclip helper pops up, click on "Start using Microsoft Access"
- Save the file in your folder with the extension ".mdb"
- When you see the window with:
Tables Queries Forms Reports Macros Modules at the top, click on "New".
- Create a new table in Data sheet view by clicking "OK"
- A window with Table1: Table
Field 1 | Field 2 | Field 3 etc. will open.
- Move your cursor to the top left of the screen and click on the icon with the pencil, triangle and ruler, pull down the options, and release on "Design View"
- A window will open with "Save as Table Name: 'Table 1' " click on "OK"
- Click "yes" to create a "Primary Key"
A window with Table 1: Table
Field Name | Data Type | Description will open.
Delete the second line under Field Name "Field 1" and type in "Familienname".
- Type on the lines below, the categories about the Family such as: "Vorname" "Hausnummer" "Straße" "Stadt" "Postleitzahl" "Telefonnummer" "Alter" "Geschlecht"
- Click on the db1 Database window behind Table1: Table and you will be asked to save the table, click "Yes".
- You will see that Table 1: Table now has your new category headings.
The ID will have "(AutoNumber)" - Do not do anything to this.
- Type in the name of a person in the family and you will see that the ID will change to "1" and (AutoNumber) will drop down a line.
- Fill out all the fields, i.e. the categories for the first record i.e. on the first line.
- Then, go back to the second column but on the next line and type in the next person in the family.
- Continue typing in all the family’s data.
- Save your database.