Maybe if i explain myself better i will get more responses :)
i guess if i was to give an example it will be like that
let's say there is a database record i want to update - it has 2 fields SongName and Keywords - the specific entry name is 'Song1' and the Keywords field is:
'fast, house, energetic, tense' (all predefined keywords)
now when loading this entry into the update form it should have all predefined keywords with checkboxes by them and the keywords already in will be checked (or a multi selection combobox with the selected values highlighted)- than i can uncheck 'tense' and check 'antheme' and that should update the keywords field to:
'fast, house, energetic, antheme'
I have made an example of what i am looking for using Zoho online database
memimomedia.com/zoho.html
the top bit is a submit form, the bottom is a editable grid
what i would like is something similar to the multi choices box