How do i run two queries on single report based on one user input

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jonas Alweendo

    How do i run two queries on single report based on one user input

    I am trying display the report from two related tables. The report requires a user input, to enter the file number of a parent from the paent table. File number is a key number in the parent table. The same report must display the list of children with the same file number from the children table. Currently the report can only display one child. I would like to display all children from the children table where file number is the same as the one entered by the user at the input prompt
Working...