M
mike
Hi All,
I created two forms. In one of the forms, I created a
command button and when I click on the command button, the
other form will open. What I'm trying to do is,in the
first form, when I click on the command button, it takes
the parameter from the text box and pass the parameter to
the other form and the other form display the record base
on the parameter. The code below does that, but I'm
getting error.
Here is the code:
DoCmd.OpenForm "user", , , "[FieldName] = " &_
Me.ListBoxName.Value
Thanks for the help...
mike
I created two forms. In one of the forms, I created a
command button and when I click on the command button, the
other form will open. What I'm trying to do is,in the
first form, when I click on the command button, it takes
the parameter from the text box and pass the parameter to
the other form and the other form display the record base
on the parameter. The code below does that, but I'm
getting error.
Here is the code:
DoCmd.OpenForm "user", , , "[FieldName] = " &_
Me.ListBoxName.Value
Thanks for the help...
mike