I have declaired a public variable to hold a value that is selected from a pop up form combo box. I would like to use that value to filter the records that open in the next form. How do I reference back to that variable and how do I use that to filter a form?
Here is the code that I have to take the value from the combo box and put it in the variable.
Here is the code that I have to take the value from the combo box and put it in the variable.
Code:
Me.project.Value = project_name_str
[\Code]