Optimization Question

sondriven

Registered User.
Local time
Yesterday, 23:54
Joined
Jun 13, 2002
Messages
158
I did a Analysis on my database. It churned out this huge list of suggestions.

For all my Macros it suggestion coverting the Macros to Visual Basic Code.

I tried on one of the Macros. And converted it. Now I have a module named what the macro was.

Question is:

Should I now delete the Macro that was converted? And if I do will this mess anything up?

Thanks
 
It depends how you used the macro and where you called it from. If you used it for one of the event prodedures from a form control, you will need to replace the name of the macro with [event procedure] and in the code behind it, put in the converted code.
 

Users who are viewing this thread

Back
Top Bottom