1 / 17

Using Access 2016

Using Access 2016. Since we are creating a new Access database, we need to select blank database.

borg
Download Presentation

Using Access 2016

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Using Access 2016 Since we are creating a new Access database, we need to select blank database

  2. Here you give your database a name with an accdb extension and you select where you want to save it. I am saving it on the root of my E drive. If I wanted to save it in a folder I should select that.

  3. I want to develop the layout using a different screen so I am going to click on the icon that looks like a tool.

  4. I am now being prompted to name my table. I am going to call it stu.

  5. When I click OK Table 1 will be renamed stu.

  6. Now the table is stu and I can start to layout what the records should look like. Here I am telling Access the fields that I want on the record layout.

  7. The first field will be stuid and I decided to make it a short text field (note I could have made it numeric). Short text has a default field size of 255 which is unrealistic so I am changing that to a 5. Note that when you make a field name it should contain no embedded spaces to meet my specifications. The stuid field has a key icon next to it which means it is the primary key for this table. The primary key must be unique so that means that each student record will have its own unique stuid.

  8. The field size is now 5.

  9. I am now adding a field for the student’s name and I am calling it stuname. I made it a short text field and changed the field size from 255 to 50.

  10. Next I am adding a field for the major. I made it two characters to hold a major code like CI or BU.

  11. I am not adding a gpa field. This is a numeric field and I choose single for the field size because it is a small decimal.

  12. Finally I am adding a field called numCredits that is also a number and an integer. Note that I used camel case when I named the field numCredits because the C is uppercase indicating a new word.

  13. I clicked on the X to close the table. And I am going to say Yes.

  14. Now I can click on stu under Tables and bring up the description of the record layout and a place to allow me to enter data.

  15. Now I can enter data.

  16. Note that the icon of the tools and the icon that shows a view are really a toggle switch that lets you go back and forth between seeing the data and seeing the record layout.

More Related