delete check colum
Posted: Sat Mar 01, 2008 9:23 am
i will be glad if i could be given any advice or example coding to delete a column from a table
eg this is the table
unique field fieldcolumn1 fieldcolumn2 feildcolumn3
111 <somedatat> <somedata> <somedata>
some if fieldcolumn1 is checked with a checkbox only that part should be deleted from the table without affecting the rest. more fields could be checked as well.
so the resulting table will look like:
unique field fieldcolumn1 fieldcolumn2 feildcolumn3
111 <deleted from table> <somedata> <somedata>
thank you
eg this is the table
unique field fieldcolumn1 fieldcolumn2 feildcolumn3
111 <somedatat> <somedata> <somedata>
some if fieldcolumn1 is checked with a checkbox only that part should be deleted from the table without affecting the rest. more fields could be checked as well.
so the resulting table will look like:
unique field fieldcolumn1 fieldcolumn2 feildcolumn3
111 <deleted from table> <somedata> <somedata>
thank you