Which of the following can you not do if you use a query as the record source for a form?

A. Lock your form so that it cannot be edited
B. Filter the records
C. Combine records from multiple tables
D. Limit the number of fields in the table which are displayed


Answer: A

Computer Science & Information Technology

You might also like to view...

Exporting data from Access to Excel is generally very complicated because the format of Access is different than Excel

Indicate whether the statement is true or false

Computer Science & Information Technology

A field used in designing a form for persons who possess older versions of Word

a. Legacy control b. Calendar control c. Date Picker content control

Computer Science & Information Technology

Enabling QoS for wired networks improves the performance of streaming music, streaming video, or VoIP telephone. Which of the following need to be enabled to make this take place? (Choose all that apply.)

a. Enable QoS Packet Scheduler b. Enable Priority and VLAN c. Disable QoS Low Priority d. All of the above.

Computer Science & Information Technology

Assuming that a file has been properly opened and that all variables are valid, which of the following is not a valid function?

A. fread(&inArea, sizeof(int), count, spFile); B. fwrite(&outArea, numElements, spFile); C. if (feof(spFile)) ... D. filePos = ftell(spFile); E. fseek(spFile, -1, 0);

Computer Science & Information Technology