To display records that meet one or more specific conditions, you must use ________ to limit the data

A) tables B) ranges C) filters D) sorts

C

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT true regarding loops in VBA?

A) Loops allow the statements contained within the loop to be executed multiple times depending on the constraints of the loop. B) The type of repetitive action is often one of the main reasons macros or VBA are used to automate a process in Access. C) Loops are similar to If statements in that they evaluate a condition and act depending on the status of the condition. D) Loops are used to execute a series of statements with more than one argument.

Computer Science & Information Technology

A prefix of ____ should be used when naming a PictureBox object.

A. img B. pbx C. pcb D. pic

Computer Science & Information Technology