subform

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • molen malat
    New Member
    • Oct 2006
    • 15

    subform

    I have a Form with SubForm .
    how can i look for a certain record(main form) with all its related records(subform )
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32633

    #2
    Originally posted by molen malat
    I have a Form with SubForm .
    how can i look for a certain record(main form) with all its related records(subform )
    The easiest way is to use the Form Wizard to create one based on an updatable query built linking both tables.
    Selecting individual items can be done with the main form's Filter property.

    Comment

    • molen malat
      New Member
      • Oct 2006
      • 15

      #3
      I have this problem:
      I have a drug (in the main form) and its components (in subform)
      i need to find the similar drug to a certain one.

      Comment

      • NeoPa
        Recognized Expert Moderator MVP
        • Oct 2006
        • 32633

        #4
        How can we help you?

        Comment

        • MMcCarthy
          Recognized Expert MVP
          • Aug 2006
          • 14387

          #5
          Originally posted by molen malat
          I have this problem:
          I have a drug (in the main form) and its components (in subform)
          i need to find the similar drug to a certain one.
          What criteria are you using to find 'similar drug'. Is it a name comparison or something else?

          Mary

          Comment

          Working...