B
Baz
I have discovered another bug in Access 2007.
In A2007, empty event procedures are automatically removed when you compile.
This is A Good Thing, because of all the empty event procedures that Access
automatically creates. In earlier versions, these had to be manually
deleted if unwanted (or ignored if lazy).
However, in A2007, if said empty procedure happens to be the *last*
procedure in a module, compiling fails silently (without removing the
procedure), and if you then make an accde (or mde) file, it will appear to
have been sucessfully created *but no code will run in it*.
The solution is simple: track down and delete the empty procedure.
In A2007, empty event procedures are automatically removed when you compile.
This is A Good Thing, because of all the empty event procedures that Access
automatically creates. In earlier versions, these had to be manually
deleted if unwanted (or ignored if lazy).
However, in A2007, if said empty procedure happens to be the *last*
procedure in a module, compiling fails silently (without removing the
procedure), and if you then make an accde (or mde) file, it will appear to
have been sucessfully created *but no code will run in it*.
The solution is simple: track down and delete the empty procedure.