In MS Access, a 'split form' combines: MCQ with Answer and Explanation

In MS Access, a 'split form' combines:
A. Two different tables
B. Form view and Datasheet view on one screen
C. Form and report
D. Query and form
Answer: Option B
Solution (By JKSSB Mock Tests)
Split form shows a single form and a datasheet simultaneously.

Discuss this Question (0)

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

Practice More Microsoft Office Questions

Question #1
In MS Access, which query type can be executed to add brand new rows of records from an external source or table directly into an existing table?
A. Update Query
B. Append Query
C. Delete Query
D. Make-Table Query

Correct Answer: Option B


Explanation:
An Append Query selects records from one or more data sources and adds them to the end of an existing target table.

This question belongs to: Computer Microsoft Office
Question #2
In MS Word, the 'Watermark' feature is used to:
A. Insert a border around the page
B. Protect the document from editing
C. Add a header or footer
D. Add a background image or text behind the main content

Correct Answer: Option D


Explanation:
A watermark is a faded background image or text (like 'Draft' or 'Confidential') that appears behind the document text. It does not protect, border, or header/footer.

This question belongs to: Computer Microsoft Office
Question #3
In MS Access, the expression to calculate current date plus 30 days in a query is:
A. Date() + 30
B. Today() + 30
C. CurrentDate() + 30
D. Now() + 30

Correct Answer: Option A


Explanation:
Date() returns current date. Adding 30 gives date 30 days ahead.

This question belongs to: Computer Microsoft Office