franksirvent
Programmer
Hi
I have a lot of VB code which runs when I delete a record.
This code is found on the Form_current() event.
I take it that it runs after the record is deleted, and when it is showing the next record.
Is there a way I can avoid this from happening?
I basically don't want the code to run after a record is deleted, only just before a new record is created (the code changes the way the form looks and several other things, etc etc)
thanks in advance
I have a lot of VB code which runs when I delete a record.
This code is found on the Form_current() event.
I take it that it runs after the record is deleted, and when it is showing the next record.
Is there a way I can avoid this from happening?
I basically don't want the code to run after a record is deleted, only just before a new record is created (the code changes the way the form looks and several other things, etc etc)
thanks in advance