Case Based Critical Thinking QuestionsCase 6-1Carlos has created several tables for his Organic Produce farm database including Customers, Vendors, and Products. Now he wants to create forms that will make it easier to enter data in the database. Determine the best methods for Carlos to use when creating forms for his specific needs.

After reviewing the simple form, Carlos decides that he needs a form which is customized to make data entry more accurate and less cumbersome.  Because most of his products are already in the database, he would like to use a list to choose the product during data entry.  However, there are times that a product might not be available in the database, and it needs to be added. What is the best type of control for Carlos to use in his custom form to meet this requirement?

A. Combo box
B. List box
C. Text box
D. Calculated box

Answer: A

Computer Science & Information Technology

You might also like to view...

The ____ method retrieves the value of the first element in the selection, or sets the value of the selected elements.?

A. ?height() B. ?addClass() C. ?width() D. val()

Computer Science & Information Technology

Because of ____, the value assigned to the variable on the left side of the assignment operator is forced into the data type of the variable to which it’s assigned.

a. right-to-left associability b. left-to-right associability c. coercion d. operator precedence

Computer Science & Information Technology