slickdock said:
I really appreciate all your help. Since I don't understand these libraries,
and my app runs on lots of different machines at different companies, I want
to try to work around this concatenate problem another way so I don't have to
use code I don't understand.
As you suggested, I'd really like to be able to uncheck any of these
libraries that are not being used. How can I go about determining which ones
are being used?
If you are familiar with ADO, then by all means use it.
Duane's function works fine there too. Just follow the
comments in the code. There are quite a few other functions
out there on the web that do an equivalent job, I just think
that Concatenate is the easiest one to understand and use.
To check if you need a library, make a careful note of it,
uncheck it and try to compile your project (VBA window -
Debug menu - Compile). If you get no compile errors, then
most likely you don't need it and should leave it unchecked.
If you do get compile errors, check each one to be sure you
understand why the error occurs. It is very important to
have a good reason to check a libary and never check one
that you do not absolutely have to have. It is well worth
your time to get this stuff straightened out now instead of
running into stange problems on user's machines.
I am going to be out of touch for the next couple of weeks,
so if you need further help, start a new thread with a
summary of where things currrently stand.