Iam modifying a database.From the existing view, one of the field values (multiple values sepreated by commas) has to be transformed in to multiple fields where each field type is Chekbox.So how can Ido this? Can anyone help?
Iam modifying a database.In the existing form it is a text box where we used to enter mutiple values seperated by comma, In the view also it comes the same thingBut I updated that text field as multiple check boxes so in the view I created separate columns for each checkbox. So I have to tranfer the old data to the new check boxes