Open your MS-Access Application. This one comes by default with MS-Office Package.
Step 1: After opening the Application, select the blank database as shown in below picture.
Step 2: Give a Database name as employee(your own and can be any thing) and create it in current working location or path.
Step 3: A new window appears with employee name on the left side of screen. Right click on the Table1:Table as shown in below picture. Select the design view from the Right click options.
Step 4: A new popup window displays on the screen to ask a name for the new Table. Give a proper name, it is very important to give a proper name. This name might be used in java like languages to establish a proper data base connection using JDBC.
Step 5: After selecting the design view enter the field names as eid, ename, esalary and edept with appropriate data types. Data types like Number, Text, Date etc..
Step 6: Select the DataSheet view by right clicking on emp table name. And enter the detals in each coloumn as shown in below image.
Step 7: save the Table. That\'s it. We got created a new Ms- Access Database with employee name.