Option Explicit: How do I go back and add

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I did not set my defalut to force option explict when I setup my program.
What is the best way to go back and add this to my program?
 
David,

Just go to each module in your application and just below the line:
Option Compare Database

Just add:
Option Explicit

That's it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top