Hi All,
In my data entry Form, I have a set of check boxes, if the user click one, then a related record will be created in the related table, displayed below in a tab panel. If the user uncheck one, then the related record(created at the time of checking the check box) will be deleted. Everything is working fine.
Let i have checked some check boxes along with related records are created & saved. Then when I am again opening the form the same check boxes has been checked and the related records are displayed in the tab panel. But when user check some check boxes after that and without saving he/she click on cancel button. so, all the changes shouldn’t be affected to the database.
We can’t rollback the transaction because we have a transaction previously. Is there any way to track the same?
Thanks,