Create a Form, insert a textbox, a button.
- The button open the report
- in the query condition use: forms!NameOfTheForm!NameOfTheTextbox as
condition
Example:
Name of the form: Main
Name of the textbox: MyValue
in the Query condition I've to insert: forms!Main!MyValue
So, when the user press the button, the report popup and take the value
insert into the textbox in the form to use it in the 5 condition.
Doc
> Hello!
>
[quoted text clipped - 3 lines]
> Thanks in advance.
> an
an - 12 Jan 2006 16:45 GMT
Thanks for your reply.
I'm go to try, more times
an
> Create a Form, insert a textbox, a button.
> - The button open the report
[quoted text clipped - 20 lines]
> > Thanks in advance.
> > an