access xp Code Hiding

K

Khalil

hello all

I wondered if there is a way to make the code of access xp devided into
segments, (like the dot net code) with a plus and minus sign in the header
of the segment when you click the plus the code collaps for example

+ form_delete()
+form_current()

when you click the plus the code appears

thanks for all in advance
khalil
 
K

Klatuu

That capability does not exist in the Access VB Editor. The closest you can
get is there are two small command buttons at the lower left of the code
window. The button on the right allows you to scroll through all the code in
the module. The button on the left restricts you to the current procedure
and you have to select procedures from the drop downs at the top of the code
window.
 

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