Is it possible to keep a single database to store most commonly used agents… and call those from another db…returning the result??
I have quite a few DB, and some use the same functions or sub to translate values…
Dept ID to Actual Department Name… etc…
It seems kinda crazy that I have to keep copying and pasting the same routines into each DB that I use the same functions / subs…
~Brett