Pass Value from One Form to Another

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pGrim
    New Member
    • Jan 2007
    • 3

    Pass Value from One Form to Another

    Hello,
    I have a form (frmObsSøk) where I use a filter to search based on two text boxes. What I want to do is click on one of the filtered values (variable RINGNR) and have it open a new form (frmRingSøk) filtering on the RINGNR value I just clicked on.

    My vba knowledge is very limited, so any help appreciated
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32653

    #2
    You should find all you need in Example Filtering on a Form. You can also pass info to a form using the OpenArgs parameter of the DoCmd.OpenForm( ) procedure, but I suspect the filtering is what you need.

    Comment

    Working...