In Design view, you can move a selected field by pointing to the Row Selector box and dragging the field until the dark horizontal line displays in the new position

Indicate whether the statement is true or false

TRUE

Computer Science & Information Technology

You might also like to view...

There are several uses of the getline function. Assume the definition, string line1, line2; Which one of these allows specification of the character on which input stop?

a. cout << “Enter a line of input \n”; getline(cin, line1); b. cout << “Enter a line of input \n”; getline(cin, line1, ‘?’); c. cout << “Enter a line of input \n”; getline(cin, line1) >> line2;

Computer Science & Information Technology

The built-in help always provides answers to your questions.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology