MS Access 2010: Create Simple Forms


Access 2010 Form provides an easier way to navigate, create and modify the database records. It makes database look fascinating with different colors, charts, themes and fonts and increase navigability by providing buttons, hyperlinks, tab controls and web controls.

Launch Access, create tables and define relationships among them. For demonstration purpose I have added four tables in database, build relationships among them with enforcing referential integrity and cascaded (update and delete) related fields.
Relationship among tables can be seen in the screen shot below.
clip_image001
For pulling out data from tables, query is created that automatically fills in the corresponding fields.
clip_image002
When we will fill Addictive_ID field, query will automatically pull out corresponding row (Student Name, Phone No and Address) from original tables.
To begin with creating forms navigate to Create and click Form.
clip_image003
Access will automatically create the Form, show it in Form layout view and assign the name of  query used. You can also select Form Design, Blank Form or Form Wizard to create forms.
clip_image004
You can add labels, buttons, text boxes, images and graphs to make the process of entering and working with data much easier and more accurate.
Since this post demonstrates creating simple form so we will stick with creating some basic buttons to navigate through data more easily and to make it more interactive.

Navigate to View drop-down menu and click Design.
clip_image005
Now Head over to Design tab and select Button to insert button in the Form
clip_image006
Click any where in the form, Command Button Wizard will pop-up, select desired category and actions against it
clip_image007
Select either Button name or its image from the list, you can also browse your images and select an image for it. Click Finish to insert button.
clip_image008
We will create only four buttons to perform different actions. Change the title of the form in the header area, now save the form and give it appropriate name.
clip_image009
Hit View button and Open the form in Form View to view the final layout of the form.
clip_image010
Now you can navigate through the records, add a new record and close the form, by clicking respective buttons rather than being caught up in orthodox-style tables for adding data or modifying data.