I have a form with 2 tables. The first table contains the result of a query which list some data. Within this data row i have a hidden field which contains the key which makes the row uniqu. The row also contains a radio button. The button is used to select a single row. Only one row can be selected. When the user clicks the radio button. The key is stored within a hidden field in the form. This all works fine.
The second table contains a list of reports. The reports will be run based on the row selected in the first table.
What I am trying to do is pass the value of the hidden as a parameter within the ahref statement.
Thanks for all replies,
Mike
The second table contains a list of reports. The reports will be run based on the row selected in the first table.
What I am trying to do is pass the value of the hidden as a parameter within the ahref statement.
Thanks for all replies,
Mike