read lines of code in Access VBA

M

markt

I would like to programatically read the lines of code in an Access ADP/MDB
for comparison and manipulation. Does anyone know where I can find
information on doing this and the format of the lines?
 
T

Tom van Stiphout

On Thu, 21 Aug 2008 20:39:01 -0700, markt

In the help file. For example the Module object has a lot of
properties and methods about this topic.

-Tom.
Microsoft Access MVP
 
Top