Is it possible to automate repetive coding

C

CDM

It seems like I write a lot of repetitive code in my database. I heard that
you can create a table that holds lines of code and that when cancatenated
with table names, forms, or other objects that it was possible to insert this
code into a class module and avoid writing the same code over and over again.
Is there a way to do that?
 
Top