Case-Based Critical Thinking QuestionsCase 11-2The Environmental Policy Group is collecting data on weather conditions throughout the southeast U.S. The database used for data collection is being used by field technicians throughout the region.  Louisa has been asked to update the database to reduce data entry mistakes.  Louisa will create some new procedures and update others in the database.

Louisa wants to be sure that all city locations are recorded in proper case in the database.  To do this, she needs to use the ____ event procedure which will automatically change the data entered in the City field to proper case any time a value is entered or changed in the field. For instance, if the user enters san antonio in the City field, the procedure will change the data to San Antonio and store it in the database.

A. OnChange
B. OnEnter
C. AfterUpdate
D. BeforeUpdate


Answer: C

Computer Science & Information Technology

You might also like to view...

LastName and FirstName are examples of ____________ in a database table.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is the purpose of operator new? Explain what happens when this keyword is used in an app.

What will be an ideal response?

Computer Science & Information Technology

The minimum number of network adapters required for Hyper-V is ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

void printNum(int num)                   //Line 1{                                        //Line 2  if (n < 0)                             //Line 3     cout

A. Statements in Lines 3 and 4 B. Statements in Lines 5 and 6 C. Statements in Lines 3-6 D. Statements in Lines 5-10

Computer Science & Information Technology