100 likes | 108 Views
Learn how to create tables and design forms in Chapter 2. Understand the basic concepts, including primary keys, field types, and table templates. Explore different views and properties, such as data types, field size, format, and validation rules. Discover how to create and modify forms, using bound, unbound, and calculated controls, as well as drop-down lists and option groups. Complete practice exercises 6 and 7 to solidify your understanding.
E N D
Chapter 2 Design Table and Form
Agenda • Create table • Form design
Create Table • Basic concepts • Include necessary data • Store data in its smallest part as field • Avoid calculated field • Primary key for unique record identification • Field :name and type • Method • Table Wizard • Table template • Views: Datasheet or Design • Property – characteristics of an object
Data Type • Number field • Text field • Memo field • Date/Time field • Currency field • Yes/No field • OLE field • AutoNumber • Hyperlink field
Property - I • Field size • Format • Input Mask • Caption • Default Value • Validation Rule • Validation Text
Property - II • Required • Allow Zero Length • Indexed • Unicode Compression • IME Mode • IME Sentence Mode
Form • Form view • Completed form • Enter or modify data for a related table • Design view • Create or modify the form
Control • Bound control: has data source • Unbound control: no data source • Calculated control: expression as data source • Drop-down list box (using Lookup Wizard) • Check box • Option group • Command button
Points to Remember • Create table • Form design
Assignment • Practice exercises 6 and 7 • Due date