Hi,
I have a query that recieves criteria from a form. I want to use the same query, but use criteria from a seperate form. Is there a way to have the criteria of a query ignore the reference to the form if the form is inactive?
I've tried the following, but still get prompted for a value.
Like IIf Forms![FormName].[Control],"", or IsNull[Forms]![FormName].[Control]
Thank you,
I have a query that recieves criteria from a form. I want to use the same query, but use criteria from a seperate form. Is there a way to have the criteria of a query ignore the reference to the form if the form is inactive?
I've tried the following, but still get prompted for a value.
Like IIf Forms![FormName].[Control],"", or IsNull[Forms]![FormName].[Control]
Thank you,