Is it possible to open another Access database and count the lines of code?
I have been asked to get a count of all lines of code for all Access databases on a particular server. I would guess this ought to be possible using VBA and storing the results in a table.
I have found a code sample that counts the lines in the current database, but I can't see how to do it in a different database.
Any assistance would be appreciated.
I have been asked to get a count of all lines of code for all Access databases on a particular server. I would guess this ought to be possible using VBA and storing the results in a table.
I have found a code sample that counts the lines in the current database, but I can't see how to do it in a different database.
Any assistance would be appreciated.