In Datasheet view, you can use the ________ to quickly locate specific records using all or part of a field value
A) Replace command
B) wildcard character
C) Find command
D) Find & Replace command
C
Computer Science & Information Technology
You might also like to view...
How do you call the function to read a whole line of input(up to 80 characters) from the keyboard into a c-string named str?
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
What is the correct syntax for creating an array?
A. var arrayName = new Arrays(number of elements); B. var arrayName: Array(number of elements); C. arrayName + number of elements; D. var arrayName = new Array(number of elements);
Computer Science & Information Technology