-->
Home FREE SKILL DEVELOPMENT TRAINING'S LAB ASSIGNMENT

Microsoft-Access-Day-Four

Steps to Create the New Database : 

  • Click on Start Button
  • Then click on Run
  • Type “Msaccess” and press Enter Key
  • Choose the Blank Database option
  • Click on Create button
  • Then choose the “Navigation Pane”
  • Select the Table Required Table and right click on the table
  • Choose and click the Design View
  • Type the Table Name  “EMP” click on ok Button
  • Type the Required field name and choose data types

Example Table  : 
Field Name Data Type
EmployeelDNumber
FirstNameText
LastNameText
Address1Text
Address2Text
CityText
StateText
ZipcodeText
PhoneText

Note : Employee Id add the Primary Key.