Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1) HPs class IV and V river guides take the most risks and they deserve an end of season 10% bonus for every class IV

image text in transcribed

1) HPs class IV and V river guides take the most risks and they deserve an end of season 10% bonus for every class IV or V trip they guided. We need to know the projected amounts of these awards. Create a query that lists GuideFirst, GuideLast, and a new field called ClassBonus. The ClassBonus should be calculated by multiplying the revenue generated by their class IV and V river trips by 10%. Sort in ascending order by the guides last names and format ClassBonus as currency. Each river guide should only be listed once. Save this as Query14.

The Revenue is calculated by Revenue: IIf([tblCustomer].[Birthdate]in the previous question..

and below is what I roughly put it in to calculate the bonus 10% rate from the revenue by each guide. However, I don't think it is the right amount, which makes the calculation is wrong.. please advice me using IIF function.

image text in transcribed

\begin{tabular}{|l|} \hline tblCustomer \\ \hline CustomerID \\ LastName \\ FirstName \\ Birthdate \\ Gender \\ StreetAddress \\ City \\ State \\ Zip \\ Telephone \\ FoodRequirements \\ \hline \end{tabular} \begin{tabular}{|c|} \hline tblCustomerReservation \\ \hline ReservationNum \\ CustomerID \\ CustResponsible? \\ \hline \end{tabular} GuideFirst Guidelast PhoneNumber Certified? CertDate Gender Comments Picture Picture.FileData Picture.FileName Picture.FileType

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

Next Generation Databases NoSQLand Big Data

Authors: Guy Harrison

1st Edition

1484213300, 978-1484213308

More Books

Students also viewed these Databases questions