Importance of a form By: Rizzalyn Ebon

What are access forms? A form is a database object that you can use to enter, edit, or display data from a table or a query. You can use forms to control access to data, such as which fields of data are displayed. IMPORTANCE OF FORMS - Form objects serve several important roles in the database. First, forms will create the main user interface for your database and allow you to set up navigation systems and group tasks in ways that make sense for your organization, forms provide a blank canvas for you to populate with lots of objects in order to manipulate the data and functionality of the database. You'll do this by adding references to table fields and records and other control objects such as buttons that are attached to macros or Visual Basic routines in order to provide interactivity and trigger pre-scripted events. You can also create a unique experience for the users of your database by adding images and using font and color schemes that are pleasing to work with and that sup...