SlideShare a Scribd company logo
1 of 9
Auric Systems Access 2013 Project
Create all records using information from this document – not
from your file cards. You will submit this project for grading.
Be sure to save this project where you can find it again later in
the semester. You will need it again.
Start Access 2013
Click Blank Desktop Database icon once
Key AuricSystems as the file name
Click file folder to browse to the location where you will save
the database (e.g. usb)
Create
In Datasheet View
Add Data Type-Number as the second field
Add Field Size-Long Integer as the third field
Change to Design View
Click the arrow and select Design View
Save As > Table Name > Customers
Create the following table
TO AVOID RELATIONSHIP PROBLEMS LATER, VERIFY
THAT YOU KEYED FIELD NAMES EXACTLY AS SHOWN
Make sure the key icon appears in ID row
Change to Datasheet view. Select yes to save the table when
prompted.
Enter the following two records into the Customer form. In ID
field, do NOT enter a preceding zero. Type 1, not 01, 2, not 02,
etc.
In Amount Pledged column, type digits and decimal points but
do NOT type $
(Note: The table is divided for readability)
Entering data in Datasheet View is not confidential. You will
create a form and enter data for customers 3-10 using the form.
To create a form:
1. Close Customer table by clicking the black X. Hover over the
X to see the words
Close Table 1 to verify that you are clicking the correct area.
2. In the Navigation pane, select Customers table by clicking it
once.
3. Click Create tab.
4. Click Form – not Form Design
5. Click black X (close Customers) and save form as Customers
Open Customers form from Navigation pane
Notice that forms 1 and 2 are already entered because you typed
that data in the datasheet. To advance to the next available
form, click the New Black Record icon.
Enter the following records into the Customer Form. In ID field,
do NOT enter a preceding zero. Type 3, not 03, etc.
In the Amount Pledged column, key digits and the decimal but
do NOT key $ sign.
Notice how Andersen is spelled in the following record!
Close all open tables and forms by clicking black X that
indicates close “Customers”
Create the following queries. Answers are at the end of this
packet.
Query 1: List Last Name of all records:
1. Select Create tab
2. Select Query design button
3. Add Customers table
4. Close Show Tables window
5. Size table so that you can see all fields by dragging the
bottom of the box down
6. Double click on the Last Name field to add it to the query
7. Click Sort row of Last Name field in the query box
8. Click the dropdown arrow
9. Click Ascending
10. Click the red ! Run icon
11. Widen columns as needed
12. Compare your query to the answers at the end of this packet
13. Close query
14. Save as Query 1
Query 2: List Company and Last Name:
1. Select Create tab
2. Select Query design button
3. Add Customers table
4. Close Show Tables window
5. Size table so that you can see all fields by dragging the
bottom of the box down
6. Double click on the Company Name and Last Name field to
add it to the query
7. Click Sort, Ascending, by Company
8. Also Sort, Ascending, by Last Name
9. Click the red ! Run icon. Notice it IS important that you add
fields in the desired
order!
10. Widen columns as needed
11. Compare your query to the answers at the end of this packet
12. Close query
13. Save as Query 2
Query 3: List the ID, Last Name, and Phone for all records
whose Last Name begins with “Ru”:
1. Select Create tab
2. Select Query design button
3. Add Customers table
4. Close Show Tables window
5. Size table so that you can see all fields by dragging the
bottom of the box down
6. Double click to add these fields: ID, Last Name, Phone
7. Click Sort, Ascending, by ID
8. In the Criteria row of the Last Name field, enter ru* Be sure
to key*
9. Run
10. Widen columns as needed
11. Compare your query to the answers at the end of this packet
12. Close query
13. Save as Query 3
Query 4: List the ID and State for all records with an ID greater
than 7:
1. Select Create tab
2. Select Query design button
3. Add Customers table
4. Close Show Tables window
5. Size table so that you can see all fields by dragging the
bottom of the box down
6. Double click on the ID and State field to add it to the query
7. In Criteria Row of ID field, enter >7
8. Click the red ! Run icon. Notice it IS important that you add
fields in the desired
order!
9. Widen columns as needed
10. Compare your query to the answers at the end of this packet
11. Close query
12. Save as Query 4
Query 5: List the ID and State for all records with an ID greater
than 5 but less than 10:
1. Select Create tab
2. Select Query design button
3. Add Customers table
4. Close Show Tables window
5. Size table so that you can see all fields by dragging the
bottom of the box down
6. Double click on the ID and State field to add it to the query
7. In Criteria Row of ID field, enter >5 and <10. Be sure to
type ‘and’
8. Click the red ! Run icon. Notice it IS important that you add
fields in the desired
order!
9. Widen columns as needed
10. Compare your query to the answers at the end of this packet
11. Close query
12. Save as Query 5
Query 6: List the ID and Last Name for all records with an ID
greater than 5 AND Last Name beginning with R:
1. Select Create tab
2. Select Query design button
3. Add Customers table
4. Close Show Tables window
5. Size table so that you can see all fields by dragging the
bottom of the box down
6. Double click on the ID and Last Name field to add it to the
query
7. In Criteria Row of ID field, enter >5
8. In Criteria Row of Last Name field enter r* Be sure to key *
9. Click the red ! Run icon. Notice it IS important that you add
fields in the desired
order!
10. Widen columns as needed
11. Compare your query to the answers at the end of this packet
12. Close query
13. Save as Query 6
Query 7: List the ID and Last Name for all records with an ID
greater than 5 OR Last Name beginning with R:
1. Select Create tab
2. Select Query design button
3. Add Customers table
4. Close Show Tables window
5. Size table so that you can see all fields by dragging the
bottom of the box down
6. Double click on the ID and Last Name field to add it to the
query
7. In Criteria Row of ID field, enter >5
8. In OR Row of Last Name field enter r* Be sure to key *
9. Sort by ID, Ascending
10. Click the red ! Run icon. Notice it IS important that you
add fields in the desired
order!
11. Widen columns as needed
12. Compare your query to the answers at the end of this packet
13. Close query
14. Save as Query 7
Query 8: Using ID and Last Name fields, sort data by ID:
1. Select Create tab
2. Select Query design button
3. Add Customers table
4. Close Show Tables window
5. Size table so that you can see all fields by dragging the
bottom of the box down
6. Double click on the ID and Last Name field to add it to the
query
9. Sort by ID, Ascending
10. Click the red ! Run icon. Notice it IS important that you
add fields in the desired
order!
11. Widen columns as needed
12. Compare your query to the answers at the end of this packet
13. Close query
14. Save as Query 8
ANSWERS
Be sure that you created forms for each customer. I will check
your database to be sure that all forms are present and correct.
Query 1 Results
Query 2 Results
Query 3 Results
Query 4 Results
Query 5 Results
Query 6 Results
Query 7 Results
Query 8 Results

More Related Content

Similar to Auric Systems Access 2013 ProjectCreate all records using info.docx

CIS 3100 - Database Design and ImplementationScoring Rubric.docx
CIS 3100 - Database Design and ImplementationScoring Rubric.docxCIS 3100 - Database Design and ImplementationScoring Rubric.docx
CIS 3100 - Database Design and ImplementationScoring Rubric.docxmccormicknadine86
 
Product Supplier59,58,8,2.50CIS 3100 - Database Desig.docx
Product Supplier59,58,8,2.50CIS 3100 - Database Desig.docxProduct Supplier59,58,8,2.50CIS 3100 - Database Desig.docx
Product Supplier59,58,8,2.50CIS 3100 - Database Desig.docxstilliegeorgiana
 
Access slide show
Access slide showAccess slide show
Access slide showjhaastrup1
 
Advanced word Processing Skills.pptx
Advanced word Processing Skills.pptxAdvanced word Processing Skills.pptx
Advanced word Processing Skills.pptxSerGeo5
 
Advanced word Processing Skills.pptx
Advanced word Processing Skills.pptxAdvanced word Processing Skills.pptx
Advanced word Processing Skills.pptxSerGeo5
 
BBA I Semester IT All assignments
BBA I Semester IT All assignmentsBBA I Semester IT All assignments
BBA I Semester IT All assignmentsRoshan Kumar
 
A_CH05_EXPV2_A1_Instructions.docxOffice 2013 – myitlabgrader .docx
A_CH05_EXPV2_A1_Instructions.docxOffice 2013 – myitlabgrader .docxA_CH05_EXPV2_A1_Instructions.docxOffice 2013 – myitlabgrader .docx
A_CH05_EXPV2_A1_Instructions.docxOffice 2013 – myitlabgrader .docxikirkton
 
Excel Portion of the ProjectSteps 1-4Use this ClassSection .docx
Excel Portion of the ProjectSteps 1-4Use this ClassSection .docxExcel Portion of the ProjectSteps 1-4Use this ClassSection .docx
Excel Portion of the ProjectSteps 1-4Use this ClassSection .docxcravennichole326
 
Access Ch3 Maintaining A Database (Jy)
Access Ch3   Maintaining A Database (Jy)Access Ch3   Maintaining A Database (Jy)
Access Ch3 Maintaining A Database (Jy)Chun Hoi Lam
 
CS1100 Access Lab 1 Creating and Querying Database.docx
CS1100 Access Lab 1  Creating and Querying Database.docxCS1100 Access Lab 1  Creating and Querying Database.docx
CS1100 Access Lab 1 Creating and Querying Database.docxfaithxdunce63732
 
MS Office and Oracle Lab Manual
MS Office and Oracle Lab Manual MS Office and Oracle Lab Manual
MS Office and Oracle Lab Manual RajaKrishnan M
 
CIS 310 ACCESS AssignmentObjective of this assignment is to pr.docx
CIS 310 ACCESS AssignmentObjective of this assignment is to pr.docxCIS 310 ACCESS AssignmentObjective of this assignment is to pr.docx
CIS 310 ACCESS AssignmentObjective of this assignment is to pr.docxclarebernice
 
A_CH04_EXPV1_H1_Instructions.docxOffice 2013 – myitlabgra.docx
A_CH04_EXPV1_H1_Instructions.docxOffice 2013 – myitlabgra.docxA_CH04_EXPV1_H1_Instructions.docxOffice 2013 – myitlabgra.docx
A_CH04_EXPV1_H1_Instructions.docxOffice 2013 – myitlabgra.docxikirkton
 
Directions for Developing Forms Using Word 2013NOTE The form .docx
Directions for Developing Forms Using Word 2013NOTE The form .docxDirections for Developing Forms Using Word 2013NOTE The form .docx
Directions for Developing Forms Using Word 2013NOTE The form .docxduketjoy27252
 

Similar to Auric Systems Access 2013 ProjectCreate all records using info.docx (20)

Excel chapter 2
Excel chapter 2Excel chapter 2
Excel chapter 2
 
CIS 3100 - Database Design and ImplementationScoring Rubric.docx
CIS 3100 - Database Design and ImplementationScoring Rubric.docxCIS 3100 - Database Design and ImplementationScoring Rubric.docx
CIS 3100 - Database Design and ImplementationScoring Rubric.docx
 
Product Supplier59,58,8,2.50CIS 3100 - Database Desig.docx
Product Supplier59,58,8,2.50CIS 3100 - Database Desig.docxProduct Supplier59,58,8,2.50CIS 3100 - Database Desig.docx
Product Supplier59,58,8,2.50CIS 3100 - Database Desig.docx
 
Access slide show
Access slide showAccess slide show
Access slide show
 
Excel chapter 3
Excel chapter 3Excel chapter 3
Excel chapter 3
 
OpenCastLabs Excel chapter-3
OpenCastLabs Excel chapter-3OpenCastLabs Excel chapter-3
OpenCastLabs Excel chapter-3
 
Advanced word Processing Skills.pptx
Advanced word Processing Skills.pptxAdvanced word Processing Skills.pptx
Advanced word Processing Skills.pptx
 
Advanced word Processing Skills.pptx
Advanced word Processing Skills.pptxAdvanced word Processing Skills.pptx
Advanced word Processing Skills.pptx
 
BBA I Semester IT All assignments
BBA I Semester IT All assignmentsBBA I Semester IT All assignments
BBA I Semester IT All assignments
 
A_CH05_EXPV2_A1_Instructions.docxOffice 2013 – myitlabgrader .docx
A_CH05_EXPV2_A1_Instructions.docxOffice 2013 – myitlabgrader .docxA_CH05_EXPV2_A1_Instructions.docxOffice 2013 – myitlabgrader .docx
A_CH05_EXPV2_A1_Instructions.docxOffice 2013 – myitlabgrader .docx
 
Excel Portion of the ProjectSteps 1-4Use this ClassSection .docx
Excel Portion of the ProjectSteps 1-4Use this ClassSection .docxExcel Portion of the ProjectSteps 1-4Use this ClassSection .docx
Excel Portion of the ProjectSteps 1-4Use this ClassSection .docx
 
Access Ch3 Maintaining A Database (Jy)
Access Ch3   Maintaining A Database (Jy)Access Ch3   Maintaining A Database (Jy)
Access Ch3 Maintaining A Database (Jy)
 
CS1100 Access Lab 1 Creating and Querying Database.docx
CS1100 Access Lab 1  Creating and Querying Database.docxCS1100 Access Lab 1  Creating and Querying Database.docx
CS1100 Access Lab 1 Creating and Querying Database.docx
 
Access chapter 2
Access chapter 2Access chapter 2
Access chapter 2
 
Access chapter 3
Access chapter 3Access chapter 3
Access chapter 3
 
MS Office and Oracle Lab Manual
MS Office and Oracle Lab Manual MS Office and Oracle Lab Manual
MS Office and Oracle Lab Manual
 
CIS 310 ACCESS AssignmentObjective of this assignment is to pr.docx
CIS 310 ACCESS AssignmentObjective of this assignment is to pr.docxCIS 310 ACCESS AssignmentObjective of this assignment is to pr.docx
CIS 310 ACCESS AssignmentObjective of this assignment is to pr.docx
 
A_CH04_EXPV1_H1_Instructions.docxOffice 2013 – myitlabgra.docx
A_CH04_EXPV1_H1_Instructions.docxOffice 2013 – myitlabgra.docxA_CH04_EXPV1_H1_Instructions.docxOffice 2013 – myitlabgra.docx
A_CH04_EXPV1_H1_Instructions.docxOffice 2013 – myitlabgra.docx
 
Ms Access
Ms AccessMs Access
Ms Access
 
Directions for Developing Forms Using Word 2013NOTE The form .docx
Directions for Developing Forms Using Word 2013NOTE The form .docxDirections for Developing Forms Using Word 2013NOTE The form .docx
Directions for Developing Forms Using Word 2013NOTE The form .docx
 

More from ikirkton

Analyze MVPIThe motives, values, and preferences inventory (MV.docx
Analyze MVPIThe motives, values, and preferences inventory (MV.docxAnalyze MVPIThe motives, values, and preferences inventory (MV.docx
Analyze MVPIThe motives, values, and preferences inventory (MV.docxikirkton
 
Analyze and interpret the following quotation The confrontation of.docx
Analyze and interpret the following quotation The confrontation of.docxAnalyze and interpret the following quotation The confrontation of.docx
Analyze and interpret the following quotation The confrontation of.docxikirkton
 
Analyze and prepare a critique of the following situationMary h.docx
Analyze and prepare a critique of the following situationMary h.docxAnalyze and prepare a critique of the following situationMary h.docx
Analyze and prepare a critique of the following situationMary h.docxikirkton
 
Analyze the anthropological film Jero A Balinese Trance Seance made.docx
Analyze the anthropological film Jero A Balinese Trance Seance made.docxAnalyze the anthropological film Jero A Balinese Trance Seance made.docx
Analyze the anthropological film Jero A Balinese Trance Seance made.docxikirkton
 
analyze and synthesize the financial reports of an organization of t.docx
analyze and synthesize the financial reports of an organization of t.docxanalyze and synthesize the financial reports of an organization of t.docx
analyze and synthesize the financial reports of an organization of t.docxikirkton
 
Analyze financial statements using financial ratios.• .docx
Analyze financial statements using financial ratios.• .docxAnalyze financial statements using financial ratios.• .docx
Analyze financial statements using financial ratios.• .docxikirkton
 
Analyze and prepare a critique of the following situationMary has.docx
Analyze and prepare a critique of the following situationMary has.docxAnalyze and prepare a critique of the following situationMary has.docx
Analyze and prepare a critique of the following situationMary has.docxikirkton
 
Analyze Alternative Exchange Rate RegimesThere are several argum.docx
Analyze Alternative Exchange Rate RegimesThere are several argum.docxAnalyze Alternative Exchange Rate RegimesThere are several argum.docx
Analyze Alternative Exchange Rate RegimesThere are several argum.docxikirkton
 
Analyze and evaluate the different leadership theories and behavior .docx
Analyze and evaluate the different leadership theories and behavior .docxAnalyze and evaluate the different leadership theories and behavior .docx
Analyze and evaluate the different leadership theories and behavior .docxikirkton
 
Analytical essay report about polio 1ِ- An introductory paragraph .docx
Analytical essay report about polio 1ِ- An introductory paragraph .docxAnalytical essay report about polio 1ِ- An introductory paragraph .docx
Analytical essay report about polio 1ِ- An introductory paragraph .docxikirkton
 
Analysis Essay 1DUE Feb 23, 2014 1155 PMGrade DetailsGrade.docx
Analysis Essay 1DUE Feb 23, 2014 1155 PMGrade DetailsGrade.docxAnalysis Essay 1DUE Feb 23, 2014 1155 PMGrade DetailsGrade.docx
Analysis Essay 1DUE Feb 23, 2014 1155 PMGrade DetailsGrade.docxikirkton
 
AnalogíasComplete the analogies. Follow the model.Modelomuer.docx
AnalogíasComplete the analogies. Follow the model.Modelomuer.docxAnalogíasComplete the analogies. Follow the model.Modelomuer.docx
AnalogíasComplete the analogies. Follow the model.Modelomuer.docxikirkton
 
ANA Buenos días, señor González. ¿Cómo (1) (2) SR. GONZÁLEZ .docx
ANA Buenos días, señor González. ¿Cómo (1)  (2) SR. GONZÁLEZ .docxANA Buenos días, señor González. ¿Cómo (1)  (2) SR. GONZÁLEZ .docx
ANA Buenos días, señor González. ¿Cómo (1) (2) SR. GONZÁLEZ .docxikirkton
 
Analyze symbolism in Jane Eyre from a Feminist point of view.  Exa.docx
Analyze symbolism in Jane Eyre from a Feminist point of view.  Exa.docxAnalyze symbolism in Jane Eyre from a Feminist point of view.  Exa.docx
Analyze symbolism in Jane Eyre from a Feminist point of view.  Exa.docxikirkton
 
An important part of research is finding sources that can be trusted.docx
An important part of research is finding sources that can be trusted.docxAn important part of research is finding sources that can be trusted.docx
An important part of research is finding sources that can be trusted.docxikirkton
 
An investment has an installed cost of $673,658. The cash flows ov.docx
An investment has an installed cost of $673,658. The cash flows ov.docxAn investment has an installed cost of $673,658. The cash flows ov.docx
An investment has an installed cost of $673,658. The cash flows ov.docxikirkton
 
An incomplete Punnett square There are three possible phenotypes fo.docx
An incomplete Punnett square There are three possible phenotypes fo.docxAn incomplete Punnett square There are three possible phenotypes fo.docx
An incomplete Punnett square There are three possible phenotypes fo.docxikirkton
 
An expanded version of the accounting equation could be A + .docx
An expanded version of the accounting equation could be  A + .docxAn expanded version of the accounting equation could be  A + .docx
An expanded version of the accounting equation could be A + .docxikirkton
 
An Evolving IndustryHow are the Internet and other technologies cu.docx
An Evolving IndustryHow are the Internet and other technologies cu.docxAn Evolving IndustryHow are the Internet and other technologies cu.docx
An Evolving IndustryHow are the Internet and other technologies cu.docxikirkton
 
An essay addressing the definition or resemblance concerning categor.docx
An essay addressing the definition or resemblance concerning categor.docxAn essay addressing the definition or resemblance concerning categor.docx
An essay addressing the definition or resemblance concerning categor.docxikirkton
 

More from ikirkton (20)

Analyze MVPIThe motives, values, and preferences inventory (MV.docx
Analyze MVPIThe motives, values, and preferences inventory (MV.docxAnalyze MVPIThe motives, values, and preferences inventory (MV.docx
Analyze MVPIThe motives, values, and preferences inventory (MV.docx
 
Analyze and interpret the following quotation The confrontation of.docx
Analyze and interpret the following quotation The confrontation of.docxAnalyze and interpret the following quotation The confrontation of.docx
Analyze and interpret the following quotation The confrontation of.docx
 
Analyze and prepare a critique of the following situationMary h.docx
Analyze and prepare a critique of the following situationMary h.docxAnalyze and prepare a critique of the following situationMary h.docx
Analyze and prepare a critique of the following situationMary h.docx
 
Analyze the anthropological film Jero A Balinese Trance Seance made.docx
Analyze the anthropological film Jero A Balinese Trance Seance made.docxAnalyze the anthropological film Jero A Balinese Trance Seance made.docx
Analyze the anthropological film Jero A Balinese Trance Seance made.docx
 
analyze and synthesize the financial reports of an organization of t.docx
analyze and synthesize the financial reports of an organization of t.docxanalyze and synthesize the financial reports of an organization of t.docx
analyze and synthesize the financial reports of an organization of t.docx
 
Analyze financial statements using financial ratios.• .docx
Analyze financial statements using financial ratios.• .docxAnalyze financial statements using financial ratios.• .docx
Analyze financial statements using financial ratios.• .docx
 
Analyze and prepare a critique of the following situationMary has.docx
Analyze and prepare a critique of the following situationMary has.docxAnalyze and prepare a critique of the following situationMary has.docx
Analyze and prepare a critique of the following situationMary has.docx
 
Analyze Alternative Exchange Rate RegimesThere are several argum.docx
Analyze Alternative Exchange Rate RegimesThere are several argum.docxAnalyze Alternative Exchange Rate RegimesThere are several argum.docx
Analyze Alternative Exchange Rate RegimesThere are several argum.docx
 
Analyze and evaluate the different leadership theories and behavior .docx
Analyze and evaluate the different leadership theories and behavior .docxAnalyze and evaluate the different leadership theories and behavior .docx
Analyze and evaluate the different leadership theories and behavior .docx
 
Analytical essay report about polio 1ِ- An introductory paragraph .docx
Analytical essay report about polio 1ِ- An introductory paragraph .docxAnalytical essay report about polio 1ِ- An introductory paragraph .docx
Analytical essay report about polio 1ِ- An introductory paragraph .docx
 
Analysis Essay 1DUE Feb 23, 2014 1155 PMGrade DetailsGrade.docx
Analysis Essay 1DUE Feb 23, 2014 1155 PMGrade DetailsGrade.docxAnalysis Essay 1DUE Feb 23, 2014 1155 PMGrade DetailsGrade.docx
Analysis Essay 1DUE Feb 23, 2014 1155 PMGrade DetailsGrade.docx
 
AnalogíasComplete the analogies. Follow the model.Modelomuer.docx
AnalogíasComplete the analogies. Follow the model.Modelomuer.docxAnalogíasComplete the analogies. Follow the model.Modelomuer.docx
AnalogíasComplete the analogies. Follow the model.Modelomuer.docx
 
ANA Buenos días, señor González. ¿Cómo (1) (2) SR. GONZÁLEZ .docx
ANA Buenos días, señor González. ¿Cómo (1)  (2) SR. GONZÁLEZ .docxANA Buenos días, señor González. ¿Cómo (1)  (2) SR. GONZÁLEZ .docx
ANA Buenos días, señor González. ¿Cómo (1) (2) SR. GONZÁLEZ .docx
 
Analyze symbolism in Jane Eyre from a Feminist point of view.  Exa.docx
Analyze symbolism in Jane Eyre from a Feminist point of view.  Exa.docxAnalyze symbolism in Jane Eyre from a Feminist point of view.  Exa.docx
Analyze symbolism in Jane Eyre from a Feminist point of view.  Exa.docx
 
An important part of research is finding sources that can be trusted.docx
An important part of research is finding sources that can be trusted.docxAn important part of research is finding sources that can be trusted.docx
An important part of research is finding sources that can be trusted.docx
 
An investment has an installed cost of $673,658. The cash flows ov.docx
An investment has an installed cost of $673,658. The cash flows ov.docxAn investment has an installed cost of $673,658. The cash flows ov.docx
An investment has an installed cost of $673,658. The cash flows ov.docx
 
An incomplete Punnett square There are three possible phenotypes fo.docx
An incomplete Punnett square There are three possible phenotypes fo.docxAn incomplete Punnett square There are three possible phenotypes fo.docx
An incomplete Punnett square There are three possible phenotypes fo.docx
 
An expanded version of the accounting equation could be A + .docx
An expanded version of the accounting equation could be  A + .docxAn expanded version of the accounting equation could be  A + .docx
An expanded version of the accounting equation could be A + .docx
 
An Evolving IndustryHow are the Internet and other technologies cu.docx
An Evolving IndustryHow are the Internet and other technologies cu.docxAn Evolving IndustryHow are the Internet and other technologies cu.docx
An Evolving IndustryHow are the Internet and other technologies cu.docx
 
An essay addressing the definition or resemblance concerning categor.docx
An essay addressing the definition or resemblance concerning categor.docxAn essay addressing the definition or resemblance concerning categor.docx
An essay addressing the definition or resemblance concerning categor.docx
 

Recently uploaded

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 

Recently uploaded (20)

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 

Auric Systems Access 2013 ProjectCreate all records using info.docx

  • 1. Auric Systems Access 2013 Project Create all records using information from this document – not from your file cards. You will submit this project for grading. Be sure to save this project where you can find it again later in the semester. You will need it again. Start Access 2013 Click Blank Desktop Database icon once Key AuricSystems as the file name Click file folder to browse to the location where you will save the database (e.g. usb) Create In Datasheet View Add Data Type-Number as the second field Add Field Size-Long Integer as the third field Change to Design View Click the arrow and select Design View Save As > Table Name > Customers Create the following table TO AVOID RELATIONSHIP PROBLEMS LATER, VERIFY THAT YOU KEYED FIELD NAMES EXACTLY AS SHOWN Make sure the key icon appears in ID row Change to Datasheet view. Select yes to save the table when prompted.
  • 2. Enter the following two records into the Customer form. In ID field, do NOT enter a preceding zero. Type 1, not 01, 2, not 02, etc. In Amount Pledged column, type digits and decimal points but do NOT type $ (Note: The table is divided for readability) Entering data in Datasheet View is not confidential. You will create a form and enter data for customers 3-10 using the form. To create a form: 1. Close Customer table by clicking the black X. Hover over the X to see the words Close Table 1 to verify that you are clicking the correct area. 2. In the Navigation pane, select Customers table by clicking it once. 3. Click Create tab. 4. Click Form – not Form Design 5. Click black X (close Customers) and save form as Customers Open Customers form from Navigation pane Notice that forms 1 and 2 are already entered because you typed that data in the datasheet. To advance to the next available form, click the New Black Record icon. Enter the following records into the Customer Form. In ID field, do NOT enter a preceding zero. Type 3, not 03, etc.
  • 3. In the Amount Pledged column, key digits and the decimal but do NOT key $ sign. Notice how Andersen is spelled in the following record!
  • 4. Close all open tables and forms by clicking black X that indicates close “Customers” Create the following queries. Answers are at the end of this packet. Query 1: List Last Name of all records: 1. Select Create tab 2. Select Query design button 3. Add Customers table 4. Close Show Tables window 5. Size table so that you can see all fields by dragging the bottom of the box down 6. Double click on the Last Name field to add it to the query 7. Click Sort row of Last Name field in the query box 8. Click the dropdown arrow 9. Click Ascending 10. Click the red ! Run icon 11. Widen columns as needed 12. Compare your query to the answers at the end of this packet 13. Close query 14. Save as Query 1 Query 2: List Company and Last Name: 1. Select Create tab 2. Select Query design button 3. Add Customers table 4. Close Show Tables window 5. Size table so that you can see all fields by dragging the bottom of the box down 6. Double click on the Company Name and Last Name field to add it to the query 7. Click Sort, Ascending, by Company 8. Also Sort, Ascending, by Last Name 9. Click the red ! Run icon. Notice it IS important that you add fields in the desired
  • 5. order! 10. Widen columns as needed 11. Compare your query to the answers at the end of this packet 12. Close query 13. Save as Query 2 Query 3: List the ID, Last Name, and Phone for all records whose Last Name begins with “Ru”: 1. Select Create tab 2. Select Query design button 3. Add Customers table 4. Close Show Tables window 5. Size table so that you can see all fields by dragging the bottom of the box down 6. Double click to add these fields: ID, Last Name, Phone 7. Click Sort, Ascending, by ID 8. In the Criteria row of the Last Name field, enter ru* Be sure to key* 9. Run 10. Widen columns as needed 11. Compare your query to the answers at the end of this packet 12. Close query 13. Save as Query 3 Query 4: List the ID and State for all records with an ID greater than 7: 1. Select Create tab 2. Select Query design button 3. Add Customers table 4. Close Show Tables window 5. Size table so that you can see all fields by dragging the bottom of the box down 6. Double click on the ID and State field to add it to the query 7. In Criteria Row of ID field, enter >7 8. Click the red ! Run icon. Notice it IS important that you add fields in the desired order!
  • 6. 9. Widen columns as needed 10. Compare your query to the answers at the end of this packet 11. Close query 12. Save as Query 4 Query 5: List the ID and State for all records with an ID greater than 5 but less than 10: 1. Select Create tab 2. Select Query design button 3. Add Customers table 4. Close Show Tables window 5. Size table so that you can see all fields by dragging the bottom of the box down 6. Double click on the ID and State field to add it to the query 7. In Criteria Row of ID field, enter >5 and <10. Be sure to type ‘and’ 8. Click the red ! Run icon. Notice it IS important that you add fields in the desired order! 9. Widen columns as needed 10. Compare your query to the answers at the end of this packet 11. Close query 12. Save as Query 5 Query 6: List the ID and Last Name for all records with an ID greater than 5 AND Last Name beginning with R: 1. Select Create tab 2. Select Query design button 3. Add Customers table 4. Close Show Tables window 5. Size table so that you can see all fields by dragging the bottom of the box down 6. Double click on the ID and Last Name field to add it to the query 7. In Criteria Row of ID field, enter >5
  • 7. 8. In Criteria Row of Last Name field enter r* Be sure to key * 9. Click the red ! Run icon. Notice it IS important that you add fields in the desired order! 10. Widen columns as needed 11. Compare your query to the answers at the end of this packet 12. Close query 13. Save as Query 6 Query 7: List the ID and Last Name for all records with an ID greater than 5 OR Last Name beginning with R: 1. Select Create tab 2. Select Query design button 3. Add Customers table 4. Close Show Tables window 5. Size table so that you can see all fields by dragging the bottom of the box down 6. Double click on the ID and Last Name field to add it to the query 7. In Criteria Row of ID field, enter >5 8. In OR Row of Last Name field enter r* Be sure to key * 9. Sort by ID, Ascending 10. Click the red ! Run icon. Notice it IS important that you add fields in the desired order! 11. Widen columns as needed 12. Compare your query to the answers at the end of this packet 13. Close query 14. Save as Query 7 Query 8: Using ID and Last Name fields, sort data by ID: 1. Select Create tab 2. Select Query design button 3. Add Customers table 4. Close Show Tables window
  • 8. 5. Size table so that you can see all fields by dragging the bottom of the box down 6. Double click on the ID and Last Name field to add it to the query 9. Sort by ID, Ascending 10. Click the red ! Run icon. Notice it IS important that you add fields in the desired order! 11. Widen columns as needed 12. Compare your query to the answers at the end of this packet 13. Close query 14. Save as Query 8 ANSWERS Be sure that you created forms for each customer. I will check your database to be sure that all forms are present and correct. Query 1 Results Query 2 Results Query 3 Results
  • 9. Query 4 Results Query 5 Results Query 6 Results Query 7 Results Query 8 Results