"Chris Nebinger" <(E-Mail Removed)> wrote in message
news:1e06a01c4547b$f337af80$(E-Mail Removed)
> CurrentProject.Connection is the connection string you
> need.
Unless I'm confused, CurrentProject.Connection actually returns the
Connection *object*, not the connection string itself. Usually, that's
what you want anyway. If you really want the connection string, you
would get CurrentProject.Connection.ConnectionString .
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)