I have a utility module which, as written so far, works with the CurrentProject. Unfortunately, that means I have to import it into each database I want to work with. What I'd rather do, if possible, is to pass in the name of the database to process, so that this utility could stand on its own. Is this possible? -- Arthur