I am having a problem with cancelling an update on my form. My form consists of two tabs - a list tab and an edit tab. The data for each tab is driven by the same recordset - the difference being that the list tab is just a datagrid of all records in the recordset and the edit tab shows them one by one. Records cannot be maintained from the list tab - only scrolled through.
When I add a record from the edit tab (using addnew) and then cancel it in progress (using cancelupdate) the record will still be saved in my database. It appears that the cancelupdate is working because the values for the recordset in debug go back to those of the previous record.
Any help would be appreciated - and I would be happy to supply more info.
Thanks.
When I add a record from the edit tab (using addnew) and then cancel it in progress (using cancelupdate) the record will still be saved in my database. It appears that the cancelupdate is working because the values for the recordset in debug go back to those of the previous record.
Any help would be appreciated - and I would be happy to supply more info.
Thanks.