Access Prac Stepes
Access Prac Stepes
2. Click on Blank DataBase -> Type file name ( You can browse the
location like desktop or D:\ drive) on the right bottom side of the
screen. Click Create.
3. Right Click on Table1 - > Design View -> Give the table name ‘Personal’
- > Click OK
4. Enter the following in Field Name and Data Type. Close the Table1.
Save the Changes -> YES
[ Student_ID is the Primary Key (it will accept only unique data and
NOT NULL data ]
5. Click CREATE tab -> Table
6. Again Right Click on Table1 - > Design View -> Give the table name
‘’Attendance’ - > Click OK
7. Enter the following in Field Name and Data Type. Close the Table.
Save the Changes -> YES
[ Student_ID is the Primary Key (it will accept only unique data and
NOT NULL data ]
8. Create the third table named ‘Marks’. Enter the following in Field
Name and Data Type. Close the Table. Save the Changes -> YES
[ Student_ID is the Primary Key (it will accept only unique data and
NOT NULL data
9. NOW , CLOSE ALL the TABLES.
21. Select Personal Table under Table/ Queries drop down box.
Select following available fields on selected fields by clicking on [>]
button in the middle.
22. Select Marks Table under Table/ Queries drop down box.
Select following available fields on selected fields by clicking on [>]
button in the middle.
25. You can see all three tables records are merged and
displayed.