Got it now thanks
did a bit of digging on line and came up with the code below. This loops through all of the controls on all 4 of my reused forms, clears any reference to an event in the before or after update and then saves. This has saved me hours of tedious work.
Public Sub...
Thanks for the advice gents.
I have removed the module for one of the forms which is fine but i am still left with about 70 controls on the form each one still has a reference to the removed modules code in both the before and after update events.
is there any way i can loop through all of...
Hi , I am building a new database but wish to reuse some forms from an old one. Unfortunatly each control on the old forms has at least 2 events such as before update and after update and there are many controls on the form. I do not need to use these in my replacement form.
is there any way...