About 297 results
Open links in new tab
  1. Create a form that contains a subform (a one-to-many form)

    Learn how to create a form in Access that contains a subform (also known as a one-to-many form, a parent/child form, or a hierarchical form).

  2. Link forms together - Microsoft Support

    To create a form/subform combination and link them together, see Create a form that contains a subform (a one-to-many form). To create a form that is linked to a data source such as a table …

  3. Create a control that references a control on another form

    You have a main form that contains a subform; the subform contains a calculated text box (for example, a total of item prices), the results of which you want to display on the main form.

  4. Introduction to forms - Microsoft Support

    A split form differs from a form/subform combination in that the two views are connected to the same data source and are synchronized with one another at all times. Selecting a field in one …

  5. Membuat formulir yang berisi subformulir (formulir satu-ke-banyak)

    Pelajari cara membuat formulir di Access yang berisi subformulir (juga dikenal sebagai formulir satu-ke-banyak, formulir induk/anak atau formulir hierarki).

  6. Requery Macro Action - Microsoft Support

    List boxes and combo boxes. Subform controls. OLE objects, such as charts. Controls containing domain aggregate functions, such as DSum.

  7. Create and use subreports - Microsoft Support

    To make design changes to a subform or subreport while you are working on its main report in Design view, you can open the subform or subreport in its own window.

  8. You cannot expand a sub form after you collapse the sub form in …

    Fixes a problem in which a sub form in the "Bank Acc. Worksheet" page of a bank account reconciliation cannot be expanded after it is collapsed in the RoleTailored client in the North …

  9. OpenArgs Property - Microsoft Support

    End Sub Sub Form_Open(Cancel As Integer) Dim strEmployeeName As String ' If OpenArgs property contains employee name, find ' corresponding employee record and display it on ' …

  10. AllowEdits Property - Microsoft Support

    You can use the AllowEdits property to specify whether a user can edit saved records when using a form. Read/write Boolean. expression. AllowEdits expression Required. An expression that …