lupins46 (MIS)
>If you already have a deployed Access application then all you need to reissue is the mdb or mde file on its own.
The error I'm is reference unavailable...
Background:
The Access application was written by a now defunct consulting firm and is distributed from a central server. I compile a fresh MDE, put it on the server, and e-mail the users. They run an application update program copies the MDE and some other support files like Word doc's to their machines.
Problem:
On the last iteration, something went wrong with references. I downloaded the MDB onto three user machines, opened a BAS module, and looked at Tools/References. The missing reference was to MS Word. It was looking for MS Word 9, which is MS Word 2000. The users have Office 97; I have Office 2000 and will be moving 2003 soon. My source code was set to MSWord 8.
When I rebuilt the MDE on a machine that only has Office 97, the problem remained.
The Microsoft Knowledge Base article has two solutions. One is for MDB's that other for MDE's. For MDE's they said to recreate the distribution package.
My employer does not have the Developer Edition, and until now, has not needed it.