Chris
|
| Posted: 05/15/2002, 6:40 AM |
|
Is this possible? Such as a 'preferences' drop-down list box where a user would use CTRL to select multiple choices?
Any ideas on how this might work/look and what the changes to the database might be?
Thanks in advance,
Chris
|
|
|
 |
Alex Alexapolsky
|
| Posted: 05/15/2002, 7:55 AM |
|
1) You need to edit genereted code to set attribute of "select" tag
allowing multiple selections
2) Change sSQL variable in accordance with parameter containing
multiple values in Before Insert/Update events.
3) Display of that field should be custom as well.
It probably should be set up in Before Show event.
|
|
|
 |
|