I have a form with a subform.
The main form include only one input field, and the subform all the datafields.
The data in the subform is based on a query with a 'like' statement. The content of the 'like' is the word entered on the main form.
My problem is that I want to make another 'like' search on the result from the previous 'like'.
I shall be able to do the 'like' again and again until the result is 'no more records'
I guess it is something with recordsetClone, but I need some good input on this problem.
The main form include only one input field, and the subform all the datafields.
The data in the subform is based on a query with a 'like' statement. The content of the 'like' is the word entered on the main form.
My problem is that I want to make another 'like' search on the result from the previous 'like'.
I shall be able to do the 'like' again and again until the result is 'no more records'
I guess it is something with recordsetClone, but I need some good input on this problem.