hello,
I've set of records displaying on a form from a table.At the end of each record set, i've a check box.Now, when i check this box and click a button, i've to display the same form with two images and also to set a value 1 or 0 to a column in a table.
To be more precisely, what i am trying to do is......
I'm displaying the records from a table and i would like to delete a record from the table.
So, at the end of each record set, i'm displaying a check box.when i check this box and click a button, a flag is set to a value in the table(i.e to the row) and then the same form will display two buttons or images which shows, do you really want to delete or cancel delete.
That means, i would not like to delete the record in single step, but in two steps.
So, in order to store the flag value, i inserted a new column called delete to the table.
Hope i expressed clearly.
could somebody pls tell me how can i implement this.
thanks in advance