So I got to pick up the pieces on somebody's old code, and could use a little help since my Access skills are a little weak.
I have this MDB that is used to import data from an MDB file into an Oracle database. It consists of forms and a bunch of modules, but no data tables, so the data is actually all sitting in another MDB file somewhere else? The SQL that the modules run all simply reference "CurrentProject.Connection", yet i can't seem to find where that gets set.
How, in Access 2007, do i find, set, or change the value of the "CurrentProject.Connection" ?
I've searched the app and all code extensively but cna't seem to find it.
thanks for any help!
I have this MDB that is used to import data from an MDB file into an Oracle database. It consists of forms and a bunch of modules, but no data tables, so the data is actually all sitting in another MDB file somewhere else? The SQL that the modules run all simply reference "CurrentProject.Connection", yet i can't seem to find where that gets set.
How, in Access 2007, do i find, set, or change the value of the "CurrentProject.Connection" ?
I've searched the app and all code extensively but cna't seem to find it.
thanks for any help!