access database

profileajmal khan
Assignment01QuestionFileS22018_v21.docx

CIS1000 ASSIGNMENT 1 QUESTION FILE SEMESTER 2, 2018

Database Management System (DBMS)

Description

Marks out of

Wtg(%)

Due date

Assignment 1

100.00

20.00

5th September 2018

IMPORTANT INFORMATION

Academic Integrity

· This assignment must be all your own work . It is acceptable to discuss course content with others to improve your understanding and clarify requirements, but solutions to assignment questions must be done on your own.

· You must not copy from anyone, including tutors and fellow students, nor allow others to copy your work .

· All Assignments will be checked using collusion monitoring tools to ensure that each assignment is the original work of the submitting student. Assignments that do not adhere to this requirement will be deemed as being the result of collusion or plagiarism. This may lead to severe academic penalties as outlined in USQ Policy Library: Academic Integrity Policy and Procedure. It is your own responsibility to ensure the integrity of your work. Refer to the USQ Policy Library for more details:

· Academic Integrity Policy

· Academic Integrity Procedure

Course Expectations

· This assignment is quite complex, and exposes you to many different components in Microsoft Access (any version from Access 2007 to current), some or all of which might be very unfamiliar to you. The assignment description provides some explanation of how to use these components, but you are also expected to use available resources such as Online Help , the Beskeen et al text , the Practical Skills sections at the end of each Module in the Study Materials, the SAM online tutorial activities, the course discussion forums, appendices and practical related videos, as well as exploring and experimenting on your own.

· It is important to make sure you have backups of all assignments you create. This is especially true if you store documents on a flash (thumb) drive. Flash drives can become corrupted or lost very easily. There are many options available (Dropbox, or Google Drive) and USQ students already have access to Google Drive via uConnect - UDrive. Another good idea is to Email your assignment file to yourself every-time you finish working on it, that way you have multiple copies of your progress in case you need to revert to a previous stage or are looking for a piece of information you have mistakenly deleted. Please note that lost or corrupted assignment files is not grounds for an extension.

Late submission policy

· USQ’s Assessment – Assignment (Late Submission) and Compassionate and Compelling Circumstances procedures relate to Extensions and Late Assignments. They can be found under the following links:

· Assessment – Assignment (Late Submission) Procedure

· Assessment of Compassionate and Compelling Circumstances Procedures

· An Assignment submitted after the due date without an approved extension of time will be penalised. The penalty for late submission is a reduction by five percent (5%) of the maximum mark applicable for the assignment, for each University Business Day or part Business Day that the assignment is late. An assignment submitted more than ten (10) University Business Days after the due date will have a mark of zero recorded for that Assignment.

Referencing requirements

· Your presentation should include a Bibliography (no in-text referencing is required for the presentation).

A useful link on referencing is from USQ’s Library site: <http://www.usq.edu.au/library/referencing>

· Do not repeat verbatim large portions of information from other sources such as the text or video – you must put the ideas/information in your own words.

ASSIGNMENT 1 REQUIREMENTS

Learning Objectives

Applicable course objective:

· apply information systems concepts to identify and resolve problems within a business context

· apply information systems skills to develop practical solutions within a business context

· communicate information systems concepts to both technical and non-technical audiences within a business context.

Applicable graduate qualities and skills gained from this assessment instrument:

· Problem Solving

· Communications

Preamble

Dr Drew Little retired in 2012 after a long career in Orchestral Music. To keep busy and to fulfil a lifelong dream, Dr Little started a mail order Pet Supply business, specialising in Pet related products called the “ Bonsai Vet ”. The business specialises in various types of imported pet merchandise and accessories such as outdoor dog supplies, pet memorials, dog gifts, dog travel supplies, dog beds and dog clothing to customers via mail order around Australia.

Dr Little’s business has experienced a rapid growth in their mail orders. When Dr Little first retired, the business bought a personal computer to help manage the books and finances.

Bonsai Vet is located at Shop 1, 9 Rottweiler Avenue, Toowoomba (about 100 km west of Brisbane). Their ABN is 126 279 410. Dr Little can be contacted via phone on (07) 4632 5683; fax on (07) 4632 5685; or email on [email protected].

Dr Little is extremely impressed with our computing firm “Dachshund Technologies” and the business has contracted our firm to assist them in setting up their various computer-based information systems.

The first computer-based information system that Dr Little is interested in is a Database Management System (DBMS) utilising Microsoft Access (any version from Access 2007 to current). The DBMS will store all the business’s customer details, information about the stock items that the business sells, the suppliers that the business uses and all postal order transactions for the business. It will allow Dr Little to run a number of queries on the data, which the business has specified below, and they wish to be able to print out an invoice for each customer at the end of each month.

All phases in this project must be developed with professionalism and user-friendliness in mind.

BONSAI VET

https://specialty-pharmacy.com/images/content/veterinary.jpg , Specialty Pharmacy Services, Melbourne, Florida.

Your firm’s Systems Analyst has developed a database structure that has been determined to be suitable to create a database to store Dr Little’s customer, item, supplier and order data for the business, which has been provided as follows:

Table Specifications

Table:

tblCustomers

Fields:

Cust ID (Primary Key), Title, Family Name, Given Names, Date of Birth, Address, City, State, Postcode, Freight Distance (Km), Mobile Number, eMail Address, Mailing List.

Table:

tblItems

Fields:

Item ID (Primary Key), Type, Description, Colour, Size, Freight Weight (Kg), Supplier ID, In Stock, On Order, Cost Price (RO)[footnoteRef:1], Cost Price (LR)[footnoteRef:2]. [1: RO is the country code for Romania (their currency is the Euro)] [2: LR is the country code for Liberia (their currency is the Liberian Dollar)]

Table:

tblSuppliers

Fields:

Supplier ID (Primary Key), Supplier Name, Address, City, State, Postcode, Phone Number, Recommended MarkUp

Table:

tblOrders

Fields:

Cust ID, Item ID, Order Date (Primary Key), Dispatch Date, Order Qty

Note: The primary key of the Orders table is a combined multiple-field key. It has three fields in one key.

Dr Little has provided to us a partial list of the business’s customers, stock items, and suppliers and a partial list of the business’s postal orders placed between June and August 2018 to use as test data in four comma delimited text files which can be found on your firm’s Intranet (CIS1000 Study Desk).

Dr Lisa Chimes, your manager, has set up the following tasks for you to complete for this phase of the project:

1. Create a Database and import the four (4) Text files into four (4) Tables

2. Modify Table Design

3. Set Primary Keys

4. Create Relationships between the Tables

5. Edit Customers Table

6. Create Data and Update Queries

7. Create Data Display Forms

8. Create an Invoice Report

9. Create an End of Project Presentation to the Client

Task 1: Create and Import

Create a new blank Access Database (using any version from Access 2007 to current) and name it [lastname] [initial] _ [student number] _ [course code] _ assign1.accdb (eg. genrichr_0050051005_cis1000_assign1.accdb).

Import the four sets of data from your firm’s Intranet (CIS1000 Study Desk).

The easiest and quickest way to import data into Access is by using the Import Text Wizard. The following steps must be followed carefully to ensure the data is imported correctly:

Importing Tab Delimited Text files into Access (any version from Access 2007 to current) using the Wizard  

1) On the External Data tab, in the Import & Link group, click the Text File data source icon.

2) In the Get External Data - Text File wizard popup, browse to find the ‘Assignment01 Text File Customers.txt’ text file and select the Import the source data into a new table in the current database option – then click OK.

3) Select the Delimited – Characters such as commas or tab separate each field option on the first page of the wizard - then click Next.

4) Select the Tab option on the second page of the wizard and turn on the First Row Contains Field Names check box - then click Next.

5) Set the following for each field on the third page of the wizard:

· Field Name – keep the field name as it appears when imported

Note: Changing Field Names rather than using Captions will result in loss of marks.

· Data Type – giving each an appropriate data type (students will be marked on their logical choice of data types, based on the sample data provided).

Note: Numbers that will not be used for calculations should be set as Text. Numbers such as Freight Weight and Order Qty must be carefully and logically set to avoid loss of data (numbers without decimal places should be set to be either binary, integer or long integer; and numbers with decimal places should be set to be single or double).

See the Beskeen et al textbook Access Chapter 7 for more details on setting appropriate Data Types, particularly Chapter 7: Table 5-3: Common Number field properties for logical Data Types.

· When you are sure that each field has the appropriate data type, click Next.

6) Select No Primary Key option on the fourth page of the wizard – these will be set in Task 2 - then click Next.

7) Name the table tblCustomers on the final page of the wizard and click Finish.

Repeat the above 7 steps for the rest of the text files naming each Database Table as follows:

Text File

Table Name

Assignment01 Text File Items.txt

tblItems

Assignment01 Text File Suppliers.txt

tblSuppliers

Assignment01 Text File Orders.txt

tblOrders

Note: Table names must conform to the Leszynski Naming Convention (LNC) as per the Naming Convention for Access Database Objects document in the Practical Appendixes found on the Study Schedule and Module Materials.

Task 2: Modify Table Design

Modify the four imported tables’ structures using the given Table Specifications, from the section above, in Microsoft Access using Table Design View:

· Use the above table specifications, checking that you have the correct table names and field names.

· Check that all fields have the appropriate Data Type from the following:

· Text, Number, Date/Time, Currency, Yes/No, Hyperlink.

· Add appropriate Field Descriptions to ALL data fields with a well-structured description, eg. for CustID an appropriate description would be:

Customer Identification | Data Type: Short Text: 3 Characters

· Ensure that you also set properties for each field where appropriate. You MUST set the following:

· Field Size – set appropriate logical fields sizes for all Text and Number data types (numbers without decimal places should be set to be either binary, integer or long integer; and numbers with decimal places should be set to be single or double)

· Caption – set an appropriate English caption for all fields where the field name is not in English (eg. Customer ID for CustID)

· Format – set an appropriate format for all: Yes/No and Date data fields; Text data fields that should be stored in Upper-Case (State); Hyperlinks data fields that should be stored in lower-case (EmailAddress); and numbers that contain currency or percentages

Note: RO is the country code for Romania – should be formatted in Euros; LR is the country code for Liberia – should be formatted in Dollars.

· Decimals – set an appropriate number of decimal places for any single or double numbers

· Default Value – set an appropriate default value for all Yes / No data Fields

· Required – set any data Fields that must contain data to Required and leave any Fields where data is optional as unchecked.

· Validation Rule and Validation Text – include appropriate Validation Rules for each of the following data Fields: Title; State; and Item Type. This ensures that only limited value options can be entered for these data Fields.

See the Beskeen et al textbook Access Chapter 5 for more details on appropriate settings for each Data Type.

For example:

Before proceeding to Task 3, check the Data in the four tables against the Data in the four text Files to ensure that there has been no loss of Data during Task 1 and 2.

Task 3: Set Primary Keys

Set the Primary Keys for the four (4) Tables as per the following table specifications in Microsoft Access using Table Design View:

Table Name

Primary Key(s)

tblCustomers

CustID

tblItems

ItemID

tblSuppliers

SupplierID

tblOrders

CustID, ItemID, OrderDate

Note: The primary key of the Orders table is a combined multiple-field key. It has three fields in one key.

See the Beskeen et al textbook Access Chapter 4 and the Video provided in the Course Content section for creating primary keys.

Task 4: Create Relationships between the Tables

Create the following relationships between the four (4) tables:

· tblCustomers to tblOrders

· tblItems to tblOrders

· tblSuppliers to tblItems

Check that the correct table names and field names are listed in the ‘Edit Relationships’ screen.

Ensure that you ENFORCE referential integrity, but do not set Cascading Updates or Cascading Deletes.

You should check that the computer has identified correctly the 1 to ∞ relationships between the four (4) tables.

Note: This must be done after you have established the primary keys

See the Beskeen et al textbook Access Chapter 5 and the YouTube videos on the StudyDesk for more details on creating relationships.

Task 5: Edit Customers Table

Edit Customer ID 112 in the Customers Table as per the following instructions in Microsoft Access using Table Datasheet View:

1. Change the Title, Given Names and Family Name to your own details.

2. Change the Address, City, State and Postcode to your own details.

3. Using www.whereis.com.au look up the distance between your current address and Toowoomba QLD 4350 – change the Freight Distance to this new value.

4. Change the Mobile Number to your student ID eg. 0061 099999

· Do not use the u1099999 version.

5. Change the Email Address to your own details.

6. Select that you would like to be on the Business’s Mail List.

Task 6: Create Data and Update Queries

Create the following Five (5) queries using the Query Design View. Use the names given for each query to avoid confusion for the client (make sure you submit them in the order given below).

· You must create the Queries using Access Design View , if you create the Queries using SQL this will result in ZERO marks for the Query.

· Query names must conform to the Leszynski Naming Convention (LNC) , as per the Naming Convention for Access Database Objects document in the Practical Appendixes found on the Study Schedule and Module Materials – including the Query Number and Two Meaningful Words to describe the query eg. qry1XxxxxxXxxxxx .

· Not all queries will require the inclusion of all four tables; you must decide which tables are appropriate for the generation of each query’s output. Only tables needed should be included in the query design as extraneous tables could cause problems with the query results

See the Beskeen et al textbook Access Chapter 8, Access Chapter 9 and Access Chapter 10 for more details on creating queries

· Query 1: Unfulfilled Light July Dog Bowls and Feeding Accessories Orders:

Dr Little would like to see how many Dog Bowls and Feeding Accessories orders placed in July weighing half a kilogram (0.5 kg) or less were unfulfilled due to the items being out of stock.

Create a Select Query that will display the full Customer’s Name (including Title, Given Names and Family Name), Full Item Details (including Item Type, Item Description, Item Size and Freight Weight), Order Date and Order Qty.

Limit the data to all Dog Bowls and Feeding Accessories orders, placed in the month of July (using the BETWEEN criteria tool), weighing less than or equal to 0.5 Kg, and that are currently on order but not in stock.

Display the results sorted by Order Date, check that have you included all necessary Fields and ensure that you only display the required Fields.

Note : This Query will display 5 rows of data if done correctly.

· Query 2: Southern Australian Cat related Orders from a Supplier:

Dr Little would like to have a query that the business can reuse with a manually entered Supplier Name, to see how many customers living in Southern Australia (South Australia, Victoria or Tasmania) have purchased a Cat related product obtained from the Supplier as specified.

Create a Select Query that will display the full Customer’s Name (including Title, Given Names and Family Name), and Full Customer’s Address, and the Item Type, Item Description, Item Size, Dispatch Date and Order Qty.

Limit the data to customers who live in South Australia, Victoria or Tasmania (using the IN criteria tools), who have purchased an Item Type containing the word “Cat” (using the LIKE criteria tool) obtained from a user specified Supplier.

Note: As no supplier name has been given, this query must use a Parameter in place of the supplier name.

Display the results sorted by Item Type and Item Description, check that have you included all necessary Fields and ensure that you only display the required Fields and test using Supplier’s Name of "Fila Brasileiro International".

Note: This Query will display 17 rows of data if done correctly (with CustID 112 living in QLD).

· Query 3: Import Duty Romania (RO) Cost Price Increase:

A new Australian import duty of 2.5% has been added for all products being imported from Eastern Europe including Romania (RO) and Dr Little has asked you to develop a query that will update the Cost Price from Romania of all items that are currently on order. As it would be considered profiteering, it is important that the query does not update the Cost Price of items already in stock.

Create an Update Query that will raise the Romania (RO) Cost Price for all items on order that are not in stock by 2.5%. It is always good practice to backup any data before running an update or a delete query. The following steps should be followed to achieve this Query:

· In the List of Tables, copy the table called tblItems and paste it with the new name tblBackupItems .

Use tblItems for this Update Query, not your back up table tblBackupItems. If you have difficulties with this query and need to restore your data to the original values, you can copy columns as necessary from tblBackupItems to tblItems and start again.

· Create an Update Query that will increase the Cost Price (RO) in tblItems by 2.5% for all items currently not in stock but on order.

· Include rounding to 2 decimal places with the update calculation by placing the following function around the update formula: ROUND( update_formula ,2)

Hint: ROUND(Cost Price (RO) + Cost Price (RO) * 2.5% ,2)

Note: Percentages must be converted to decimals in Update Queries.

Do not post formulas to the StudyDesk Forums; it may result in academic misconduct.

Make sure you DO NOT change the Query Type – keep it as an Update Query and do not run the Update Query more than once.

Note: This Query will update 31 rows of data if done correctly – compare the following three Items (ItemIDs 164, 186, & 239) between the tblItems and tblBackupItems to see if the update has been applied successfully.

· Query 4: Late Dispatched Orders Form Query:

Dr Little would like to have a single query that the business can display within a form (Task 7: Form 1) to see within this single query the customers who are either:

i) Living in Queensland, have had items dispatched late (between 15th August and today) and where the item was ordered after the 1st August and the item is in stock

Or

ii) Living in New South Wales, have had items dispatched late (between 20th August and today) and where the item was ordered after the 5th August and the item is in stock

Or

iii) Living in Victoria, have had items dispatched late (between 25th August and today) and where the item was ordered after the 10th August and the item is in stock

Create a Select Query that will display the CustID, Full Customer’s Name (including Title, Given Names, and Family Name), Full Customer’s Address, Date of Birth, eMail Address, MailingList, ItemID, Full Item Details (including Item Type, Item Description, Freight Weight and Supplier Name), OrderDate, Dispatch Date and OrderQty for those customers.

Limit the data in the single query to either customers (using the OR Criteria):

i) living in Queensland, who have placed Orders after the 1st August 2018 and where these orders were only dispatched between the 15th August 2018 and today (using the BETWEEN criteria tool and the DATE() function), and where the business currently has that item in stock

ii) OR living in New South Wales (using the OR criteria row), who have placed Orders after the 5th August 2018 but where these orders were only dispatched between the 20th August 2018 and today (using the BETWEEN criteria tool and the DATE() function), and where the business currently has that item in stock

iii) OR living in Victoria (using the OR criteria row), who have placed Orders after the 10th August 2018 but where these orders were only dispatched between the 25th August 2018 and today (using the BETWEEN criteria tool and the DATE() function), and where the business currently has that item in stock

Display the results sorted by State and Order Date, check that have you included all necessary Fields and ensure that you only display the required Fields.

Note: This Query will display 24 rows of data if done correctly (with CustID 112 living in QLD). 8 NSW records, 3 QLD records and 13 VIC records.

· Query 5: Invoice Query with Calculated Fields:

Dr Little would like to have a query that the business can use to produce customer invoices (Task 8) to see how many customers on our Mailing List ordered either Cat Toys or Dog Toys, but only those dresses that are not made of Nylon, and where the item was in stock. This query should also calculate the selling price (based on goods purchased from the Liberia) and order total, both of which will be needed on the customer invoices.

Create a Select Query that will display the CustID, Full Customer’s Name (including Title, Given Names and Family Name), Full Customer Address, ItemID, Full Item Details (including Item Type, Item Description, Item Colour, Item Size, Freight Weight and Supplier Name), OrderDate, and OrderQty, including two calculated Fields - Selling Price (AU) and Order Total (AU).

Limit the query to only those customers on our Mailing List who ordered a product of type Cat Toys or Dog Toys (using the IN criteria tools), where the Item Description DOES NOT contain the word “nylon” (using the NOT criteria tools and the LIKE criteria tool), and where the business currently has that item in stock.

Note:

· SellingPrice(AU) – CostPrice (LR) x Exchange Rate x (1 + Recommended MarkUp)

· OrderTotal(AU) – SellingPrice(AU) x Ordered Qty

Look up Exchange Rate LRD to AUD: www.xe.com

Include rounding to 2 decimal places for the Selling Price Calculated Field by placing the following function around the formula:

ROUND( calculated_Field ,2)

SellingPrice and OrderTotal must be formatted to the appropriate currency and provided with meaningful captions in the properties for these two calculated Fields.

Display the results sorted by CustID, ItemID and Order Date, check that have you included all necessary Fields and ensure that you only display the required Fields.

Do not post formulas to the StudyDesk Forums; it may result in academic misconduct.

Note: This query will display 19 rows of data if done correctly.

Task 7: Create Data Display Forms

Create the following two (2) data entry forms using the Form Wizard and Form Design.

· Form names must conform to the Leszynski Naming Convention (LNC) , as per the Naming Convention for Access Database Objects document in the Practical Appendixes found on the Study Schedule and Module Materials – including the Form Number and Two Meaningful Words to describe the form eg. frm1XxxxxxXxxxxx .

· Form 1: Late Orders Form Display with Calculated Fields:

Using all Fields from Task 6 Query 4, create a professional user-friendly Display Form (using either the Columnar or Justified Form Wizard Templates) that will allow users to view order details stored in the Database Management System (DBMS).

Include two calculated Textbox Fields that will calculate:

· Customer’s Age in whole years (using the DATEDIFF function - see video Assignment 1 Extra Resources).

· Dispatch Delay in whole days (Dispatch Date – Order Date).

Do not post formulas to the StudyDesk Forums; it may result in academic misconduct.

The form should demonstrate the following form controls:

· Image –an appropriate logo at the top of the form

· Label –an appropriate Form Title and appropriate Section Headings

· Combo Boxes (using a Value List in the Properties) – demonstrate for Title, State and Item Type Fields

· Check box – demonstrate for MailingList Field

· Buttons – demonstrate the following four (4) Navigation Buttons (First Record, Previous Record, Next Record, Last Record).

· Form 2: Supplier Items Display Form with Subform:

Create a professional user-friendly Display Form (using either the Columnar or Justified Form Wizard Templates) and a sub-form that will allow users to view each supplier record’s details stored in the Database Management System (DBMS).

The main form should contain All Supplier details, the sub-form should contain a Datasheet view of the items sold by that particular Supplier (including at least Item Type, Item Description, and Freight Weight) – name the subform: frmItemsSub .

The form should demonstrate the following form controls:

· Image – an appropriate logo at the top of the form

· Label – an appropriate Form Title and SubForm Heading

· List Box (using a Value List in the Properties) – demonstrate for State Fields

· Buttons – demonstrate the following four (4) Navigation Buttons (First Record, Previous Record, Next Record, Last Record).

Note: Adjust the data Field width on the subform so that all columns fit on the main form using the Property Sheet – Format width option.

See the Beskeen et al textbook Access 2016 Chapter 11 and Access 2016 Chapter 12 and the Videos provided in the Course Content section for more details on creating forms

Note: Each Image on the forms must be inserted using the Image Control and must have the following properties:

Properties

Options

Picture Type:

Embedded

Control Source:

Blank

Picture:

[File Name]

Task 8: Create an Invoice Report

Dr Little has provided you with the following sample Invoice. The client requires you to develop a similar invoice for their business.

C:\Users\caseyk\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Outlook\K4YS5PAR\Assignment 1 Report Template v2.jpg

Note: You must use the correct business name and address details given in the assignment preamble for your invoices – the example above is an example of what the client is looking for only.

Using all Fields from Task 6 Query 5, create in the Report Wizard (using the Block Report Wizard Template) a single Report called rptCustomerInvoice that produces a professional looking invoice for the business.

The invoice must have the following attributes:

· The report must contain at least all the elements displayed in the sample invoice (above).

· The report must be grouped by CustID.

· Each Customer’s invoice must be on a separate page.

Note: To do this, in the Report Design View, right click on ‘CustID Header’, choose ‘Properties’, find the ‘Force New Page and change it to ‘Before Section’. You should only view the Invoice in Print Preview to test that this is working – Report View will not put the Customers on separate pages.

Note : This Report will display 15 customer invoices if done correctly. Please also note that CustID 412 should display all 3 ordered items on ONE page.

· Each Customer’s invoice must have the Customer’s name merged into a single Field including Title, Given Names and Family Name by modifying one of the Fields to include:

[Title] & " " & [GivenNames] & " " & [FamilyName]

· Each Customer’s invoice must have part of the Customer’s address merged into a single Field including City, State and Postcode by modifying one of the Fields to include:

[City] & " " & [State] & " " & [Postcode]

· Each Customer’s invoice must have Today’s Date in the Page Header

· Each Customer’s invoice must have an Invoice Total for each customer

· Each Customer’s invoice must not have any extraneous data including Grand Totals, Page Numbering, nor Summary Information.

· Each Customer’s order must have the Order Date in the Details Section

· Each Customer’s order must have alternating background colours in the Details Section

· Each Image on the invoice must be inserted using the Image Control and must have the following properties:

Properties

Options

Picture Type:

Embedded

Control Source:

Blank

Picture:

[File Name]

See the Beskeen et al textbook Access 2016 Chapter 13 and Access 2016 Chapter 14 and the Videos provided in the Course Content section for more details on creating Reports

Note: Report names must conform to the Leszynski Naming Convention (LNC) as per the Naming Convention for Access Database Objects document in the Practical Appendixes found on the Study Schedule and Module Materials.

Task 9: End of Project Presentation to the Client

Dr Lisa Chimes has asked you to provide a professionally developed business presentation to the client, Dr Little, outlining the process that was taken in the development of this Database Management System. Create a PowerPoint 2007 to current Presentation and name it ‘[lastname] [initial] _ [student number] _ [course code] _ [assignment number’ (eg. genrichr_0050051005_cis1000_assign1.pptx).

Make sure that your professional developed business presentation is prepared so that it conforms to the course StudyDesk presentation resources. These resources include, but are not limited to, the Practical Appendixes found on the Study Schedule and Module Materials and various videos.

The professional business presentations set of slides should be structured as follows:

· Title – outlining the full Business Name, Project Description, Student Name and Student ID.

· List of Topics

· Presentation Content – the following are the topics the presentation must answer.

Each slide must include detailed speaker notes provided in the notes section of the slide – the detailed speaker notes must provide a full answer to each of the following questions and be written so that another person could present this presentation on your behalf to the client.

DO NOT PROVIDE THIS AS AN AUDIO RECORDING

· Define what a Database Management System is.

· Define what a Relational Database is.

· Explain why a Database Management System is the appropriate tool for this project.

· Explain why this Database Management System was developed as a Relational Database.

· Describe what a Database Query is and discuss briefly the five queries that were developed for this project.

· Describe what a Database Form is and discuss briefly the two forms that were developed for this project.

· Describe what a Database Report is and discuss briefly the report that was developed for this project.

· Summary of Presentation

· Bibliography

Note: It is expected that you will use the Baltzan et al and Beskeen et al textbooks to answer the topics Dr Lisa Chimes has given you for the presentation, as well as reputable online sources of information. You need to include a brief Bibliography formatted using the Harvard AGPS style on a separate page (no in-text referencing is required for the presentation) – see the following USQ website for referencing help: http://www.usq.edu.au/library/referencing/harvard-agps-referencing-guide .

Submission Guidelines

Attach the Access (any version from Access 2007 to current) & PowerPoint (any version from PowerPoint 2007 to current) Files using the naming convention below, to your online assignment submission in the Assignment 1 area on the CIS1000 StudyDesk before midnight Australian Eastern Standard Time (AEST) on the day the assignment is due.

1. [lastname] [initial] _ [student number] _ [course code] _ assign1.accdb (eg. genrichr_0050051005_cis1000_assign1.accdb).

2. [lastname] / [initial] _ [student number] _ [course code] _ assign1.pptx (eg. genrichr_0050051005_cis1000_assign1.pptx).

Note: Simply changing the File extension to .accdb or .pptx on an Access 2003 or PowerPoint 2003 File will not result in a suitable submission. If the assignment Files cannot be opened by the marker, it may be treated as late until a suitable replacement is received.

Upon completion of the submission process, check your uConnect email account for an automatically generated confirmation email (if you do not have an email account, print out the Submission Complete screen before exiting the Submission System). You must check that the File name and File size are listed correctly - if there is a problem with either, please email the course leader immediately.

If you have difficulties submitting through the StudyDesk Assignments submission tool, please review the Student Instructions document listed also on the CIS1000 StudyDesk. As a last resort only, email the course leader for instructions on an alternative course of action.

Page 3 | 13