Table of ContentsGeneralIntroduction FormsUsing the Forms ReportsCreating Reports |
Using the FormsAll data is entered into the application using a standard Access form for data entry. Each form contains a common interface style. On the left side of most forms is a List Box that displays all of the records for that form. The nodes generally consist of the individual records associated with the subject of the form, i.e. expenses, plus whatever additional information is necessary to easily identify a record. You may click on any record shown in the List Box to move immediately to that record, or you can use the navigation buttons at the bottom of the forms to scroll through the entire recordset. To view the detailed information about a particular record, simply find the record in the List Box, then click on it. The fields on the right side of the form will be filled in automatically. You can then edit the information in the fields, and the changes will be saved automatically.
|