I'm wondering what the standard is for counting lines of code in MS Access. It's simple to count the lines of VBA code, but how does one translate the design of forms & reports into lines of code?
If you wanted to get very technical, you could create the forms using code to determine howmany lines...
my method would be to add a line of code for EVERY parameter you have changed/set and every object you have created on the form, when creating the form, as there would be a coresponding line of code to acomplish the same thing.
Then add a few extra lines for good measure.
Sound any good? It would only be an approximation.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.