Linking a tabular form to a report [message #595576] |
Wed, 11 September 2013 17:12 |
|
SeniorInvissible
Messages: 34 Registered: July 2013
|
Member |
|
|
I'm just trying something simple.
Student(id, name, address)
I created a tabular form displaying all the studentIDs and names. What I want is when one is selected (I'm assuming for this purpose only one is selected and not multiple) and the submit button is clicked the report will open and display the name and address of the selection.
I have inserted a textfield named P14_StudentId in the report with the correct query however when I go back in the properties of the submit button, in the optional URL redirect option, I could choose the page of the report and even P14_student in the [set these items] field but don't know how to set #studentid# in the [value] field
What I want in effect at this point is to insert the chosen student ID in P14_studentid.
|
|
|
|
|