Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Question 16 Not yet answered Scored out of 1.00 Flag question Question text Whic

ID: 3848691 • Letter: Q

Question

Question 16

Not yet answered

Scored out of 1.00

Flag question

Question text

Which of the following Cycle property settings causes Access to move to the first field of the current record when the user tabs out of the last field?

Select one:

a. All Records

b. Current Record

c. Current Page

d. none of the above

Question 17

Not yet answered

Scored out of 1.00

Flag question

Question text

Which of the following notifies the application that an error has occurred?

Select one:

a. After Update data macro event

b. CancelRecordChange data macro action

c. RaiseError data macro action

d. EditRecord data block macro action

Question 18

Not yet answered

Scored out of 1.00

Flag question

Question text

The linking fields are typically the primary key in the one table and the foreign key in the many table.

Select one:

a. True

b. False

Question 19

Not yet answered

Scored out of 1.00

Flag question

Question text

Which of the following deletes records from a table in a database?

Select one:

a. update query

b. append query

c. delete query

d. make table query

Question 20

Not yet answered

Scored out of 1.00

Flag question

Question text

Which of the following statements is true about changing the size of form sections?

Select one:

a. As you add controls or modify the size of controls in a section, you may need to adjust the height or width of a section.

b. You should pay attention to the size of the Detail section since that section shows the data about records in the database.

c. The control layout influences the size required for the Detail section.

d. all of the above

Explanation / Answer

Q16. d Current record

By default when tab is pressed the foucus move to the first field of the next record. We can change it by changing the cycle property of the current record by opening the form in design mode.

Q17. C RaiseError data macro action

The RaiseError is used to throw an error which notifies application that an error has occured

Q18 a. True

Q19 c delete query

update query is used to change the data in the table

append query is used to add data to table

delete query is used to delete dat from table

make table query is use to create table

Q20 d All of the above

All statements mentioned are true