WayneRyan,
I'm only using one database; my db1.mdb, and my query and module with the public function ConCat are in it. Doesn't that put ConCat in the correct domain?
I've changed my connection string to Jet:
Dim con, sql, ADOCommand, rs
Set ADOCommand = Server.CreateObject("ADODB.Command")
Set...