How to catch the event when a module is being saved ?

H

Henry

is there a way to catch the internal Access event when a module is being
saved ?

henry
 
O

Ofer Cohen

Hi Henry
What is the purpose of this?

I'm keeping track of all changes that are made to module/form/report etc, by
using VSS (Visual Source Safe), using this program I can see the changes
between versions, who made them and when.

If that what you are looking for, look at this link

http://msdn.microsoft.com/vstudio/previous/ssafe/
 
Top