Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Regards to Question: Janies Pet Minding Janie is a local supplier of pet walking, i have to submit my MS Access file by early

In Regards to Question: Janies Pet Minding Janie is a local supplier of pet walking, i have to submit my MS Access file by early next week and can solve it by myself. please help!

thank you.

Janies Pet Minding Janie is a local supplier of pet walking and sitting services for business people. The plan is to eventually grow the business to also provide online accessories to pet owners. A few years after starting, the business has experienced growing demand for the services offered. Subsequently, Janie needs an accounting system to record transactions and manage the details of customers and their pets. Due to the growth of the business, Janie wants to hire a part-time worker to develop and manage a system for processing orders. Having successfully applied for the job, you begin researching with Janie about how the company works.

YOU: Tell me about how you take orders.

JANIE: When a potential customer requests a job, I first take down all of the customer information, such as the customers: first and last name, street address, city, state, and postcode. I also request their phone number (work and mobile) along with their email address in case I have urgent matters that need to be attended.

YOU: Sorry to interrupt, but can some customers have the same name?

JANIE: Yes. As I was saying, then I record all of the information about their pets, such as the pets name, date of birth, gender, type of animal, a photo, along with details of accessories used by the pet.

YOU: What other information would you like to record in the database?

JANIE: Well, I then show the customers a list of the services that I offer. Here, I detail the services including day stays, walking, overnight stays and pet taxi services. Each has a different cost, which needs to be recorded in the database. When the customer is ready to order a service, I complete a form with information about the customer, pet, pickup date, and payment method (Cash, credit card, cheque, account) recorded on the top of the form. However, I often make copying mistakes and would appreciate it if I did not have to enter repetitive information each time. I then put the date at the top and usually include an order number that I have created. After that heading, I list the service(s) the customer wants, including quantity.

YOU: What other information would you like to get out of the database?

JANIE: I would like to be able to: take orders quickly, because certain times are very busy for me. show how many services are due to be performed each week. change prices easily, because the cost of providing services is rising fast.

YOU: I can create a form for you to quickly enter details about the services offered, and queries will help you with the other two tasks. I can also help you manage your business with specific queries that might help you improve the services offered to clients. Can you think of some analysis that would be helpful?

JANIE: To improve my advertising campaigns and overall management of the business, I would love to see:

my best-selling services

who my best customers have been

a report of what accounts remains unpaid as well as a break down of how customers have paid (for bank reconciliation and cash management purposes).

Before running the report, I would also like an easy way to update the payment records in my database.

Required: (1) Why should Janie implement a Microsoft Access database for her business as opposed to another database solution such as Microsoft SQL Server? Provide justification for your answer by comparing different types of databases.

(2) Create an E-R Diagram for Janies business using a Diagram Editor or Microsoft Access relationship manager.

(3) Create tables using the following guidelines. (a) Enter records for at least ten customers. Use a hypothetical name, address, phone number, and e-mail address details to create customer records. Assume that the customers are located in Australian cities and states. (b) Enter at least four records for the services offered including: day stays, walking, overnight stays and pet taxi services. Assume that all apparel except headwear comes in small, medium, and large sizes. (c) Each customer should have at least one order; a few customers should place two orders. Each order should contain at least one service and some must include multiple services. (d) Appropriately limit the size of the text fields; for example, a telephone number does not need the default length of 255 characters.

(4) Create forms using the following guidelines (a) Form 1: Create a form based on your Pets table. Save the form as Form 1_Pet. Your form should resemble that in Figure 1 and include a photo of the pet.

Figure 1 (b) Form 2: Create a form and sub-form based on your Orders and Order Details tables. Save the form as Form 1_Order. Your form should resemble that in

Figure 2. Figure 2 Order Details go here ACCT6001_Assessment Brief 4_Case Study - Database Page 6 of 11 (c)

Form 3: Create a form and save the form as Form 3_Main Menu. Your form should include links to each of the forms in your database by embedding a macro when a Shape is clicked as shown in Figure 3 (Note: pictures are not required). Figure 3 (d)

Form 4: Create a form and save the form as Form 4_Main Menu. Your form should include links to each of the forms in your database by embedding a macro when a Shape is clicked as shown in Figure 4 (Note: pictures are not required but be consistent in your presentation of forms).

Figure 4 (5) Create the following queries in your database (a) Query 1: Create a select query called Query 1_Services Due that displays a list of all services that are due to be performed within a selected date range. Your output should resemble that shown in Figure 5, although your data will be different. Figure 5 (b) Query 2: Create a parameter/update that prompts for the incremental amount of a price increase and then prompts for the service ID or service description. Save the query as Query 2_Price Change. Test the query by adding $0.25 to the cost of a service. View the changed price in your datasheet view of the updated table. (c) Query 3: Create a query called Query 3_Best Selling Services. List the service descriptions and determine how many orders and the quantities that have been received for each service. Report the amounts in columns labelled Hours Ordered and Number of Orders (Note: these column labels will require changes from the default setting provided by the query generator). Sort the output. Your output ACCT6001_Assessment Brief 4_Case Study - Database Page 8 of 11 should resemble the format shown in Figure 6, but the data will be different. Figure 6 (d) Query 4: Create a query called Query 4_Best Customers that lists the customers names, phone numbers, hours ordered, number of orders and the total amounts of their orders (Note: these column labels will require changes from the default setting provided by the query generator). You will have to calculate the order amounts and sort the output. Your output should resemble the format shown in Figure 7, but the data will be different. Figure 7 (e) Query 5: Create an action/update query that change the Paid field of orders with a Cash payment method by prompting the user to enter a from date and to date range. Save the query as Query 5_Paid Change. Test the query by running the query for the first week of cash payments stored in the order table. View the changed values in your datasheet view of the updated table (6) Create the following reports in your database (a) Report 1: Create a report named Report 1_Customers by Location. The data for the report will originate from a query, in which all customers who order services between a pre-defined date range are included in the report (use the parameters and a criteria filter such >=[StartDate] And <[EndDate]+1) to filter the query data. Then you calculate the Total sales (Price multiplied by the Quantity of services ordered in that date range). The date range for the query should be displayed at the top of the report. The reports output should be grouped by Suburb and include headings for Street Address, First Name, Last Name, Customer Email, and Total. Include a Total for each group (suburb) displayed in a report. Make sure that all column headings and data are visible and that all money amounts are formatted properly into currency. Depending on your data, your output should resemble that shown in Figure 8.) Report 2: Create a report named Report 2_Orders by Payment Method. Bring the Favorite Colors query output into a report. Save the report as Favorite Colors. Make sure that all column headings and data are visible. Depending on your data, your report should resemble that in Figure 9. Figure 9

(7) Explain to Janie how distributed database technologies such as Blockchain differ from traditional databases like Microsoft Access?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamental Managerial Accounting Concepts

Authors: Edmonds, Tsay, olds

6th Edition

71220720, 78110890, 9780071220729, 978-0078110894

More Books

Students also viewed these Accounting questions