Many sequence answers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello!

I have a report based in query with 5 conditions.
When report open, show us 5 continous answers.
When is possible to show one only, please?
Thanks in advance.
an
 
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
 
Back
Top