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. Record Locks to All Records
B. Data Entry to Yes
C. Allow Edits to No
D. Enabled to No
Answer: Option C
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
What is the native presentation file save format extension for MS PowerPoint versions 2007 and newer?
A. .ppt
B. .pptx
C. .potx
D. .ppsx

Correct Answer: Option B


Explanation:
.pptx is the standard XML-based default file extension format for PowerPoint files since 2007.

This question belongs to: Computer Microsoft Office
Question #2
In PowerPoint, the shortcut to open the 'Set Up Slide Show' dialog is:
A. F5
B. Shift + F5
C. Alt + S, T (ribbon shortcut)
D. Ctrl + Shift + S

Correct Answer: Option C


Explanation:
No direct single key; Alt+S, T is the key tip sequence.

This question belongs to: Computer Microsoft Office
Question #3
In MS Access, to delete all records from a table while keeping the structure, use:
A. ALTER TABLE;
B. DELETE * FROM table_name;
C. DROP TABLE table_name;
D. TRUNCATE TABLE;

Correct Answer: Option B


Explanation:
DELETE command removes records. DROP TABLE removes entire table. Access does not support TRUNCATE.

This question belongs to: Computer Microsoft Office