eveCalypso
Programmer
Hello All,
I need to run an 'update stock balance' stored procedure when a user deletes an invoice item.
For some strange reason the following events all fire BEFORE the actual delete takes place in the DB, namely:
BeforeDelConfirm
AfterDelConfirm
Delete
I need to know when the actual delete has been done, as the stored procedure will use database values only for its update. Am I missing something/an event? I am running Access 2000 with SQL Server 2000.
Any help would be appreciated.
Regards,
EvE
I need to run an 'update stock balance' stored procedure when a user deletes an invoice item.
For some strange reason the following events all fire BEFORE the actual delete takes place in the DB, namely:
BeforeDelConfirm
AfterDelConfirm
Delete
I need to know when the actual delete has been done, as the stored procedure will use database values only for its update. Am I missing something/an event? I am running Access 2000 with SQL Server 2000.
Any help would be appreciated.
Regards,
EvE