Re: Access Runtime on PC without MS Office
- From: "Rick Brandt" <rickbrandt2@xxxxxxxxxxx>
- Date: Mon, 09 Oct 2006 01:41:32 GMT
"Rick in NS" <rbutler@xxxxxxxxxxxxxxxx(donotspam)> wrote in message
news:863C896D-556E-49E9-B30A-5F1ECBAC1E20@xxxxxxxxxxxxxxxx
I am using Microsoft Office 2003 and Visual Studio 2005 with Access Developer
Extentions to package an application for deployment. My understanding is the
the application should run on another machine using the runtime version
included in the package. However; I am testing the application on a clean
machine which does not have any copy of MS Office on it. The application
runs most routines uneventfully. However; certain forms displays and reports
based on queries fail with "Function is not available in expressions in query
express ....."
I have found references from Douglas Steele, MVP and Ken Snell, MVP that
indicate this has to do with missing references to files with an explanation
on how to check the target machine for these missing reference.
However; the target machine does not have anything on it but the runtime
version of Access and the application front-end is in MDE format. So, it is
not possible to open a code module or the debug window to check the reference
on the target machine.
Any suggestions on how to deal with this thorny issue?
On your PC open a new blank file and then check the references. These are the
default references for an Access app in Access 2003. Then compare that to the
references in the file you are having problems with. Are there any additional
references?
If there are the solution is to remove them. No app that you intend to
distribute to multiple PCs should have anything but the default references in it
or you will have no end to these headaches.
If you need to use external libraries (Outlook , Word, etc.), then use late
binding so that you don't have to set references.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
.
- Follow-Ups:
- Re: Access Runtime on PC without MS Office
- From: Rick in NS
- Re: Access Runtime on PC without MS Office
- Prev by Date: Re: How do I use Access 2003 with SQL Server Express?
- Next by Date: Re: How do I use Access 2003 with SQL Server Express?
- Previous by thread: Re: How do I use Access 2003 with SQL Server Express?
- Next by thread: Re: Access Runtime on PC without MS Office
- Index(es):
Relevant Pages
|
Loading