subject

Mark daniels is a carpenter who creates personalized house signs. he wants an application to compute the price of any sign a customer orders, based on the following factors: the minimum charge for all signs is $30. if the sign is made of oak, add $15. no charge is added for pine. the first six letters or numbers are included in the minimum charge; there is a $3 charge for each additional character. black or white characters are included in the minimum charge; there is an additional $12 charge for gold-leaf lettering. design a program in vba for the following: a program that accepts data for an order number, customer name, wood type, number of characters, and color of characters. display all the entered data and the final price for the sign. you should have one form in access with a command button for running your code. two testing scenarios that you should try (this means calculate on your own what the answer for each of these should be and then test your program with the scenario and make sure it produces the correct answer): 1. a program that accepts sign order data and displays all the relevant information for oak signs with five white letters. 2. a program that accepts sign order data and displays all the relevant information for pine signs with gold-leaf lettering and more than 10 characters.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 09:50
17. implement the jvm dload instruction for the mic-2. it has a 1-byte index and pushes the local variable at this position onto the stack. then it pushes the next higher word onto the stack as well
Answers: 2
question
Computers and Technology, 23.06.2019 14:00
What is html ? give a small description about html
Answers: 2
question
Computers and Technology, 23.06.2019 15:00
Based on the current economic situation do you expect the employment demand for graduating engineers to increase or decrease? explain the basis for your answer. with a significant economic recovery, what do you think will happen to future enrollments in graduating engineering programs?
Answers: 1
question
Computers and Technology, 23.06.2019 21:20
In microsoft word, when you highlight existing text you want to replace, you're in              a.  advanced mode.    b.  automatic mode.    c.  basic mode.    d.  typeover mode
Answers: 1
You know the right answer?
Mark daniels is a carpenter who creates personalized house signs. he wants an application to compute...
Questions