Compare controls in forms and controls in reports

What will be an ideal response?


The controls in forms and reports work the same. The only difference is that one is in a form and the other is in a report.

Computer Science & Information Technology

You might also like to view...

A while statement without a falsifiable condition will create an infinite loop.

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

Computer Science & Information Technology

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

1. When using the Sort method from the Array class, the method will sort the passed in array in descending order. 2. Class Array’s method SortDesc will sort an array in descending order. 3. A linear search always compares every element in an array to a certain key value. 4. After each comparison, the binary search algorithm eliminates from consideration half the elements in the array that’s being searched. 5. Multi-dimensional arrays require two or more indices to identify particular elements.

Computer Science & Information Technology

A(n) protocol is a set of rules defining how information is passed between two devices.

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

Computer Science & Information Technology

Given the sample file permission mask, AAABBBCCCDDD, which bits represents read, write, and execute permissions for a group, with the same octal values as for user permissions?

A. AAA B. BBB C. CCC D. DDD

Computer Science & Information Technology