Things You'll Need:
- Paper And Pencils
- Microsoft Access
-
Step 1
Open Microsoft Access. From the File menu, click New, then Blank Database. Click OK.
-
Step 2
A window appears, asking you to name and save your database. Move through the folders on your hard disk until you find the location you want, then type a name. Click Create. Your new database window appears.
-
Step 3
Create the objects that will make up your database. These objects may include tables, forms, queries, macros, or materials, such as charts, that can be linked to from another file.








Comments
Anonymous said
on 8/8/2006 You can use some VB scripting if you want to make you database look good. The following is what you can make using VB script: Blinking objects, fling objects, add background sound to you database and lots more. You can find lots of books on VB Script at your local library or on the web.
Anonymous said
on 11/22/2005 1) List ALL information elements, then separate them into tables. 2) Create your interface according to planned workflow. 3) Connect interface-tables, adding/changing as necessary. 4) Examine behavior and adjust. 5) Make queries, reports.
Anonymous said
on 11/22/2005 Use the wizards when you create an new table, form, report, etc.
This will give you categories that you can choose your field names from.