Collapsing Code:

G

Guest

I remember in my classes in .Net we used a word

Region
End Region

to collapse code into more bite size pieces.

Can one do this in Access (I'm running 2002).

any tricks?

Thanks,
pepenacho
 
G

Guest

Sorry, VBA doesn't have such a construct.

One possible approach is to make extensive use of modules, so that rather
than having 100 lines in one routine, it calls a number of 10-15 lines
modules.
 
G

Guest

Thank you.

Doug Steele said:
Sorry, VBA doesn't have such a construct.

One possible approach is to make extensive use of modules, so that rather
than having 100 lines in one routine, it calls a number of 10-15 lines
modules.
 

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

Top