Create a report based on the query

Assignment Help Data Structure & Algorithms
Reference no: EM13944050

Report #1

1. Create a report based on Query #4 (qry#4TotalProductCost) that does the following:

• Includes the Customer Name, Product Code, Quantity Ordered, and Discounted Cost fields.

• Groups data by Customer Name.

• Sorts by Product Code in Ascending order.

2. Use the Stepped layout, so the detail information is indented from the Customer Name.

3. Use the Corporate style.

4. Name the report rpt#1TotalCostWithGrandTotals.

5. Make sure all calculation results are formatted to Currency with 2 decimals, and that all quantities are displayed with commas and zero decimals.

6. Change the label on page 1 of the report to Customer Orders With Grand Totals.

7. Display Customer Orders With Grand Totals Report (rather than the report object name) in the title bar of the report window when the report is being previewed.

8. Calculate the subtotal of all product totals ordered for each company group, and a grand total of all product totals ordered by all companies.

9. Calculate a Count of the number of products ordered by each customer. Use as the label # of Products Ordered. Format the label and calculation to dark red bold

10. Make all necessary adjustments to the position of field controls and labels on the report, so that the data are easily readable.

11. Remove all prefixes from field labels.

12. If you have used the Wizard to create the report, remove the text that the wizard adds to explain the contents of the calculations.

13. Increase the font size of the Total Purchases by Customer label (in the strCustomerNameFooter section) to 11 and the =Sum calculated control to 10 points. Change the font color of both to dark blue.

14. Add a rectangle graphic around the Total Purchases by Customer calculation for each group, and add a light yellow fill to the box. [Make sure the box is behind the controls in the box.] Add a double line above the grand total on the last page of the report.

15. Increase the font size of the calculated control and label in the Report Footer section of the report to 11 points, change the font color of both objects to dark blue, and boldface the calculated control object.

16. Draw a double line above the grand total on the last page of the report. Make sure the lines are perfectly straight.

17. Ensure that the calculation control in the Report Footer section is positioned appropriately below the calculated control in the strCustomerNameFooter section, and that the two controls are right-aligned with one another.

18. Ensure that no customer is split between pages and that there are no blank pages when the report is previewed.

The first page of the finished report should look as follows:

The last page of the finished report should look as follows:

________________________________________

Report #2

1. Create a report with the following specifications:

• Include the Sales Rep Name, Customer Name, Product Code, Quantity Ordered, and Date of Order fields.

• Group by Sales Rep Name, which needs to be displayed in dark red 14 point bold text as follows:

Last Name, First Name.

(for example, Bocelli, Carla)

• Data sorted by Customer Name, then by Product Code, in Ascending order.

2. Use the Stepped layout so that the customers and order information is indented from the sales rep name. and Portrait as the Orientation.

3. Use the Corporate style.

4. Name the report object rpt#2RepsWithCustomerOrders.

5. Control the display of the data in the Customer Name field so that if there are any duplicates, the customer name will be listed only once in the group.

6. Add the label Sales Reps And Customer Orders to the top of the first page of the report.

7. Ensure that the contents of all labels are fully displayed.

8. Format all Quantity ordered values so they display with a comma and 0 decimal places.

9. Remove prefixes from any labels.

10. Ensure that each group is displayed on a separate page.

11. Calculate the number of days since the date of the last order for each group. (Subtract the last order date from today's date, making sure today's date is specified as a variable so it will change). Format the number of days to display with zero decimal places.

TIP: You will need to use the =Max function to determine the last (i.e., highest) order date and subtract that date from today's date.

12. Box the calculation as in the illustration below.

Because there are 8 sales reps, your report should have 8 pages, one for each rep.

Page 1 of the finished report should look as follows:

Page 4 of the finished report should look as follows:

NOTE: The number of days since the last order in your report will differ, obviously, from the days shown in the above Print Screens.

Attachment:- Database .zip

Reference no: EM13944050

Questions Cloud

At this website you willfind ceo salaries : http://www.aflcio.org/Corporate - Watch/CEO Pay and-the -99 At this website you willfind CEO Salaries as reported by the AFL-CIO. Pick a company and report yourfindings. Be sure to include not only remuneration in money terms but also the stockoption..
Marketing planning framework : The marketing planning framework is designed to provide a structured approach to the production of a marketing plan, It follows the stages of the marketing planning process outlined and discussed in The framework can be used in a number of ways in..
Proportion of the vehicles : Assume the speed of vehicles along a stretch of I-10 has an approximately normal distribution with a mean of 71 mph and a standard deviation of 8 mph. What proportion of the vehicles would be going less than 50 mph?
What determinant of demand or supply was involved : Why did the wine price go up; what determinant of demand or supply was involved?  Why did it come down later?    Why was supply inflexible in the short run, but not in the long run?
Create a report based on the query : Increase the font size of the Total Purchases by Customer label (in the strCustomerNameFooter section) to 11 and the =Sum calculated control to 10 points. Change the font color of both to dark blue.
How trade barriers and tariffs inhibit efficiency : Explain how international trade increases economic efficiency and how trade barriers and tariffs inhibit efficiency.
Discuss the role of innovation in the strategic management : Discuss the definition of technology from a strategic point of view. Discuss the role of innovation in the strategic management process. Define management of technology and give an example based on your knowledge
Improve the performance of the organisation : You are required to provide a justification for each of the performance Indicators selected and explain how this will improve the performance of the organisation.
Features of a normal distribution : 1. The president of State University wants to forecast student enrollment for Year 3. Using exponential smoothing with trend, the forecast for the current year (Year 1) is 20,000.

Reviews

Write a Review

Data Structure & Algorithms Questions & Answers

  Discuss the issues involved in managing software selection

Prepare a PowerPoint presentation which summarizes the background, requirements, analysis and reasons for your choice. Alternative presentation formats such as Prezi are acceptable

  Administration plan for the hypothetical situation

Discuss how would you approach a backup and administration plan for hypothetical condition given below. With any network administration systems that should be installed for remote access in event of a network emergency.

  B-tree might be an elegant solution for the sorting

As you are working on finalizing the code for your solution, you are thinking that a B-Tree might be an elegant solution for the sorting and search algorithms. In order though to implement the solution in the most elegant fashion the use of recurs..

  Recursive implementation of euclids algorithm

Write a recursive implementation of Euclid's algorithm for finding the greatest common divisor (GCD) of two integers

  Write a program that implements dijkstras algorithm

Write a program that implements Dijkstra's algorithm

  What is the size of the key in the des

What is the size of the key in the DES(DATA ENCRYPTION STANDARD) algorithm?

  Database over electronic files to store data

Discuss the benefits of a database over electronic files to store data determine what kinds of database products are used in your company?

  Calculate mccabe''s cyclamate numbe

Show that McCabe's cyclamate number is an interval scale measure. and  Calculate McCabe's cyclamate number on the following source code. Draw a control ?ow graph. Label the regions with Roman numerals.

  Write code to implement the expression

Write code to implement the expression: A= (B+C) * (D+E) on 3-, 2-, 1- and 0- address machines. In accordance with programming language practice, computing the expression should not change the values of its operands. Show all instructions.

  Creating code for a class called arrayqsn

Create all the code for a class called ArrayQsn. This class will contain 2-techniques. The first technique runningSumMean accepts an array of ints as a parameter, and will return the mean of the values as a double.

  What do you mean by query evaluation plan what are its

question 1 what is a query evaluation plan? what are its advantages and disadvantages?question 2 discuss the different

  Recognize how many playing cards you have

Create a flowchart that programs a robot to recognize how many playing cards you have and to put them in order from smallest to largest.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd