A
Abbey Normal
Hi. I've got a database with lookup fields.
I have a form, a query and a report whose record source is the query.
I want the user to select the lookup field from a drop down combo box
And then run the query. If I change the query so the the criteria reads:
[Forms]![frmCloseOutFilter]![txtCollection]
and then run it, it will prompt me for the collection, I type a "3" and I
get the desired results. It also works If I then run the report separately.
But, If I try to run it from the form, I select my collection (It's a two
column combo box, the first column has a width of 0) and then it prompts me
for Enter Parameter Value and it says current.
Can someone help me figure out how to pass the actual look up value and
determine why its asking for "current"
Thank you............................
I have a form, a query and a report whose record source is the query.
I want the user to select the lookup field from a drop down combo box
And then run the query. If I change the query so the the criteria reads:
[Forms]![frmCloseOutFilter]![txtCollection]
and then run it, it will prompt me for the collection, I type a "3" and I
get the desired results. It also works If I then run the report separately.
But, If I try to run it from the form, I select my collection (It's a two
column combo box, the first column has a width of 0) and then it prompts me
for Enter Parameter Value and it says current.
Can someone help me figure out how to pass the actual look up value and
determine why its asking for "current"
Thank you............................