When you enter the parameter value prompt as a criterion in Design view, Access assumes you want users to enter a value with the ____ data type.
A. Short Text
B. Memo
C. Hyperlink
D. Number
Answer: A
Computer Science & Information Technology
You might also like to view...
What is the difference between a logical network and a physical network?
What will be an ideal response?
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1. Void functions may have arguments. 2. Functions are executed in the order in which they are defined. 3. A precondition is a condition that must be true before the function is called. 4. The values in the function data area are kept after the function ends. 5. In the following program outline the name var1 is visible (can be referenced) in the function fun. int fun (int a, int b); int main () { int var1; … } int fun (int a, int b) { … }
Computer Science & Information Technology