InterviewSolution
Saved Bookmarks
| 1. |
Allow you to see one record at a time |
|
Answer» Answer: The FORM will allow you to see one record Explanation: A form is a MICROSOFT Access feature that is used by the user to make the user interface for the database-oriented APPLICATIONS in the system. Abound form is directly connected or attached to the data resource which contains a table and query which is used to enter, edit or display the information. The user can ALSO create an UNBOUND form that is not connected to the data source and contains buttons, panels, labels, etc. |
|