I am using a combo field to look up a location which is then shown as sub form with all details. I needed to restrict combo field record list to certain regions so I based the combo field on a parameter query which asks for a Region from user before offering a listing of locations. Whole thing works well. But the only problem is that when user needs to look for a location in another region, he/she needs to close the form first and come back in to invoke parameter query which is cumbersome.
I was wondering if there was a way one could re initialise the combo field to invoke the parameter query. This might be through a command button.
There is another problem I am facing that when user cancels the parameter query, a blank combo field stays on and cannot be used unless one closes the form and comes back in. Is there any way one can close the form when this happens? I am finding it difficult to relate action on parameter query dialogue box to a macro. Would appreciate some help.
I was wondering if there was a way one could re initialise the combo field to invoke the parameter query. This might be through a command button.
There is another problem I am facing that when user cancels the parameter query, a blank combo field stays on and cannot be used unless one closes the form and comes back in. Is there any way one can close the form when this happens? I am finding it difficult to relate action on parameter query dialogue box to a macro. Would appreciate some help.