In Access, the Format Painter can only be applied to data within a table, not to controls on a report
Indicate whether the statement is true or false
FALSE
Computer Science & Information Technology
You might also like to view...
How many times will the following code print out the message?
``` S t r i n g message = ” I w i l l be good ! ” ; f o r ( i n t i = 0 ; i < 5 ; i ++) { f o r ( i n t j = 0 ; j < 1 0 ; j ++) { System . out . p r i n t l n ( message ) ; } } ```
Computer Science & Information Technology
A _________ is used to fill a shape with color using a Graphics object.
a) painter b) brush c) paint bucket d) marker
Computer Science & Information Technology