saseow
Posts: 744
|
| Posted: 03/11/2013, 2:03 AM |
|
I cannot find a solution for this. Hoping someone has one.
I have a multiselect listbox which creates duplicate records in the same table for each item selected. All works fine.
The problem arises when I edit a record, the listbox shows the correct single item as selected but unless I click it again, it overwrites that item in the table with a blank.
Any ideas?
|
 |
 |
saseow
Posts: 744
|
| Posted: 03/11/2013, 5:07 AM |
|
I resolved this by creating a duplicate page with the multiselect listbox being replaced by a standard listbox.
If the original form is in edit mode, I redirect to the new page.
This works fine but there must be a more elegant way of doing this.
|
 |
 |
|