Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem 1. The International Beverage Company makes four blends of oriental tea: first-class, Belle Grey, afternoon, and Duncan Green. The blends are sold to distributors

image text in transcribed
Problem 1. The International Beverage Company makes four blends of oriental tea: first-class, Belle Grey, afternoon, and Duncan Green. The blends are sold to distributors in batches of 2000-gallons. The firm has collected some preliminary data in the Excel file entitled "TeaData.xlsx", available in Husky CT. You are required to prepare a user form with the following specifications to input data about a customer order: - One text box for the customer's name. - One set of option buttons for the type of blend (First-Class, Belle Grey, Afternoon, or Duncan Green), default is first-class. - One spin button for the number of batches, ranging from 1 to 10 , default is 1 . - One spin button for the price per batch (in currency format), from $1,000 to $5,000, in increments of $100, in currency format, default is $1,000. - One check box for "unsweetened" (default is unchecked). - One "Add" button to add the data from the form to the table on "Sheet1" of the Excel file. - One button on the sheet to open the form. The "Order Index" entry should be automatically entered in consecutive order in the data table. Add a button entitled "Display Orders" to your user form. When this button is pressed, the program will display on "Sheet2" the order index and the number of batches in the order for those orders that match the selected tea blend and the check box. For example, if the user selects Belle Grey and does not check the "unsweetened" box, then the list box will display order #2 with batch size 3 , order #7 with batch size 9 , order \#9 with batch size 9 , and order #10 with batch size 2. The table on "Sheet2" must be cleared before displaying the new results (Hint: Use the record macro method to clear the cells)

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

Inference Control In Statistical Databases From Theory To Practice Lncs 2316

Authors: Josep Domingo-Ferrer

2002nd Edition

3540436146, 978-3540436140

More Books

Students also viewed these Databases questions

Question

5. How do instructional objectives help learning to occur?

Answered: 1 week ago