Download presentation
Presentation is loading. Please wait.
Published byRudolf Foster Modified over 9 years ago
1
Access Forms ISYS 562
2
Components of a Form Form Header, Form Footer Page Header, Page Footer Detail Section Controls
3
Bound and Unbound Forms A bound form is a form that is tied to either a table or query. –Form’s Record Source property Unbound form: –Example: Switchboard
4
Form Properties Format Data Event Other
5
Creating a Form Form/New –Design View –Form Wizard –Auto Forms Customize the Generated Form using the Design View
6
Add Additional Controls Examples: –Toolbox Textbox with expression –=Count(SID) –=IIF(GPA < 2.0,”Bad”,”Good”)
7
Data Validation Table design view Form –Textbox Data tab
8
Conditional Formatting At form design view: –Format/Conditional formatting
9
ReadOnly Form Form properties: –Form/Data: –Set no to: Allow Edit, Allow delete, Allow Deletion, Data Entry
10
Main/Sub Form 1. Create a join query and use the join query to create a form. 2. Using Form Wizard: –Add two tables
11
Main/SubForm with Total 1.Create a textbox in subform’s form footer: =Count(sid) 2.Create a textbox in main form’s footer: = [subform name],[Form]!TextBoxName
12
Form Design View ToolBox and Wizards
13
ToolBox: View/Toolbar/ToolBox
14
Command Button Wizard
15
Option Group Wizard
16
ComboBox Wizard
17
ListBox Wizard
18
Creating Reports
19
Report Sections Report Header/Footer –View/Report Header, Footer Page Header/Footer –View/Page Header, Footer Group Header/Footer –View/Sorting and grouping Detail section
20
Creating Reports Design view –Format/Condition formatting –Group subtotal Adding textbox Report Wizard
21
SwitchBoard Manager Tools/Database Utilities/SwitchBoard Manager SwitchBoard window: –Main form –New: Add a new switchboard form –Edit: Edit items on a switchboard form Edit switchboard window: –New: Add a new item on a form –Edit
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.