Hi All looking for an answer to what I thought was going to be an easy task...
I have a form with a subform (FindBuffer_Form) which I built from a Query (FindBuffer_Query) within the query criteria I have the following (Like "*" & [Select the main Batch Number] & "*")in order to search a particular number.
I want to be able to run the Query from a command button on the main form and have the results appear in the subform, If I have the Source object of the subform set to Query.FindBuffer_Query I get prompted twice to answer the Criteria before the form opens, after the form opens the subform is generated as per the search criteria.
Ideally I want the form to open with no data in the subform run the query from command button and have the result in the subform.
I have not been able to find a solution trawling the web, any help greatly appreciated.
Thanks in advance.
Suregrip