Forms

     

  • We can Create forms in 3 ways
  •  

  • Form:

    Creates form with all the fields of table
  •  

  • Form Design:

    design the form as per our requirement
  •  

    Blank Form

     

     

     

    Data Classification - to insert into combobox:

     

    We can Classify the data into 3 ways

  • Select "value list" option if you are inserting manually
  •  

     

    OnLoad Event

     

  • Select the "Row Source Type" as Value List
  • OnLoad Event of form executes the program before the form displays on window
  •