In MS Access, to open a form in read-only mode (preventing edits), set the form's property: MCQ with Answer and Explanation

In MS Access, to open a form in read-only mode (preventing edits), set the form's property:
A. Enabled to No
B. Data Entry to Yes
C. Record Locks to All Records
D. Allow Edits to No
Answer: Option D
Solution (By JKSSB Mock Tests)
Setting Allow Edits, Allow Deletions, Allow Additions to No makes the form read-only.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Microsoft Office Questions

Question #1
In Excel, which function returns the largest value from a range that meets multiple criteria?
A. MAXIF()
B. MAXIFS()
C. LARGEIFS()
D. DMAX()

Correct Answer: Option B


Explanation:
MAXIFS available in Excel 2019/365.

This question belongs to: Computer Microsoft Office
Question #2
What is the native file extension format for database files saved in modern editions of Microsoft Access?
A. .accdb
B. .dbf
C. .accde
D. .mdb

Correct Answer: Option A


Explanation:
.accdb is the standard native database file extension for MS Access files since the 2007 version, replacing the legacy .mdb format.

This question belongs to: Computer Microsoft Office
Question #3
In Excel, which of the following is a valid function to count the number of non-empty cells in a range?
A. COUNTBLANK
B. COUNTIF
C. COUNT
D. COUNTA

Correct Answer: Option D


Explanation:
COUNTA counts the number of cells that are not empty. COUNT counts only numeric cells, COUNTBLANK counts empty cells, COUNTIF counts based on condition.

This question belongs to: Computer Microsoft Office