About 52,200,000 results
Open links in new tab
  1. SubForm.Form property (Access) | Microsoft Learn

    Jan 22, 2022 · This property is typically used to refer to the form or report contained in a subform control. For example, the following code uses the Form property to access the OrderID control …

  2. vba - How to reference a subform in MS Access - Stack Overflow

    Nov 6, 2012 · In my MS Access application, I am using a form which contains only two controls - a textbox and a command button. This form is named as HEADER FORM. HEADER FORM is …

  3. Forms: Refer to Form and Subform properties and controls

    Subform2 is the name of the subform CONTROL on the 1st subform.

    Missing:
    • ms access
    Must include:
  4. How to Reference an Access Subform - TechRepublic

    Jul 28, 2008 · In this article, you’ll learn the syntax for referencing subforms and their controls. Knowing the proper syntax will help you avoid pitfalls and produce efficient code quicker. We’ll …

  5. Form References - Access - SS64.com

    It is possible and very common to just name the subform object the same as the subform itself, but a naming convention which makes them distinct can make it easier to refactor things at a …

  6. Microsoft Access tips: Referring to Controls on a Subform

    Sooner or later, you will need to refer to information in a control on another form - a subform, the parent form, or some other form altogether. Say for example we have a form called "Students" …

  7. Microsoft Access VBA References to Forms and Controls - FMS, Inc

    To refer to a control on a subform, use the Form property to tell Access that you are referring to the subform as a form, not as a control. Using the Form property gets you into the subform.

  8. Easy way to remember how to refer to subforms | BTAB Development

    We need to figure out if we are using our code in the subform or on the main form. If it is on the main form (and if it was in an event on the subform CONTROL, it would count as if it were on …

  9. How to Reference a Control in a Nested Subform in Microsoft Access

    In this Microsoft Access tutorial I will show you how to properly reference a control on a nested subform, meaning a subform inside of another subform, and explain the correct syntax...

  10. Referencing a subform control with VBA | Access World Forums

    Aug 1, 2019 · It seems to be unable to recognize the subform control when I attempt to reference it with VBA for the OnCurrent () function of the main form. Below is the code I used to attempt …

    Missing:
    • ms access
    Must include: