G
Guest
I want to create a form that allows users to customise a parameter query, so
that they can set the parameter field as well as the parameter value.
In my form, I have two unbound text boxes that the user fills out,
[ParameterField] and [ParameterValue]. I want the WHERE statement in my query
to be something like WHERE
[Forms]![MyForm]![ParameterField]=[Forms]![MyForm]![ParameterValue], but from
what I can tell it does not read the parameter field as an actual field in
the query. I am using Access 2002.
that they can set the parameter field as well as the parameter value.
In my form, I have two unbound text boxes that the user fills out,
[ParameterField] and [ParameterValue]. I want the WHERE statement in my query
to be something like WHERE
[Forms]![MyForm]![ParameterField]=[Forms]![MyForm]![ParameterValue], but from
what I can tell it does not read the parameter field as an actual field in
the query. I am using Access 2002.