Which of the following is NOT true regarding split forms?

A) You can highlight a different record in the form part and the datasheet part at the same time.
B) You can view one record at a time at the top of the window, and see the whole table in Datasheet view at the bottom of the window.
C) This kind of form is helpful when you want to work with one record at a time and still see the big picture in the main table.
D) In a split form, there are buttons on the Navigation bar to move only from record to record, and each record shown at the top is the record highlighted in the datasheet at the same time.

A

Computer Science & Information Technology

You might also like to view...

If you implement a stack using a chain of linked nodes that has a head pointer, where should the top of the stack be placed for easiest and fastest access?

a. at the first node of the chain b. at the top of the tree structure c. at the last node of the chain d. it doesn’t matter

Computer Science & Information Technology

What will be the contents of the variable x after the following statement is executed? x = Math.Sqrt(((9 + 7) / (4 * 2)) + 2)

(A) 1 (B) 2 (C) 3 (D) 4 (E) None of the above

Computer Science & Information Technology