This is sort of a continuation of my last post...
I'm trying to filter a report that is being outputed by the sendto comand.
So in my report, in the properties, where it says FILTER, I type in my filter:
[HoldNum]=PassHoldNum
PassHoldNum is a global variable and works for ALL my other forms and such.
Except in this case...
when I have my code open the report I get the "parameter msgbox" asking for a value for PassHoldNum.
Yet if i step thur the code ... PassHoldNum is there with a value that happens to be 5.
the code is listed in my last post, here is link:
thread705-690989
I'm trying to filter a report that is being outputed by the sendto comand.
So in my report, in the properties, where it says FILTER, I type in my filter:
[HoldNum]=PassHoldNum
PassHoldNum is a global variable and works for ALL my other forms and such.
Except in this case...
when I have my code open the report I get the "parameter msgbox" asking for a value for PassHoldNum.
Yet if i step thur the code ... PassHoldNum is there with a value that happens to be 5.
the code is listed in my last post, here is link:
thread705-690989