C
cableguy47905 via AccessMonster.com
I would like to have a cmd button open a continuous form based on a field
value on the current form. I have a query already built that the continuous
form pulls from and I have a parameter set up in it to refer to the field in
question, but I still get a pop up asking for the input for that criteria.
What am I doing wrong?
The field is
Call_ID
The query where clause is
WHERE REF_ID = [Forms]![FRM_TestData]![Call_ID]
I have made sure to define the parameter in the query. I am stumped.
Can anyone help?
Thanks,
Lee
value on the current form. I have a query already built that the continuous
form pulls from and I have a parameter set up in it to refer to the field in
question, but I still get a pop up asking for the input for that criteria.
What am I doing wrong?
The field is
Call_ID
The query where clause is
WHERE REF_ID = [Forms]![FRM_TestData]![Call_ID]
I have made sure to define the parameter in the query. I am stumped.
Can anyone help?
Thanks,
Lee