This topic is locked
[SOLVED]

 DropDown List

3/16/2008 11:03:46 AM
ASPRunnerPro General questions
T
trekereric author

I have a table with several questions however, multiple people using the table and would like to store the users selection temporarily and when saved write the value, and the users ID to another table not to the question table. Can this be done and if so how?
I have used a DropDown list box however, the DropDown list box writes the value to the question table and other users see the value.
Does anyone know how to do this?
Thanks
[codebox] <TD class=headerlistdown_v style="PADDING-LEFT: 10px"

width="30%">Choice</TD>

<TD class=shade_b style="PADDING-LEFT: 10px"

{$row.1Choice_style}>{$row.1Choice_value} [/codebox]

J
Jane 3/21/2008

Eric,
use Before record added or Before record updated events on the Events tab for this purpose.

Save necessary values in another table and return false in this event.