"Woody" <(E-Mail Removed)> wrote in message
news:B01F8EB1-89D8-4F03-BEF2-(E-Mail Removed)...
>I am creating an application that I would like the client to be able to use
> via Access 2007 runtime. I have code like the following:
>
> Dim dbCurr As DAO.Database
> Set dbCurr as CurrentDB()
>
> The above code works when I have the following reference checked in my VBA
> tools References section: Microsoft Office 12.0 Access datagase engine
> Object.
>
the above looks good...
> My question is this: Do I have to do anything special with regard to the
> runtime in order for the runtime to make use of the above code?
You should be just fine with the above, you don't have to do anything..
> Do I have to
> do anything special or can I simply install runtime on a client machine
> and
> copy my application over? I know I have issues to solve with regard to
> trusted locations on the client machine, but other than that if I do the
> above will things work?
Nothing else need be done. The problem area is often if they have an
different version of access and they use some other access application
based on that different version.
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
(E-Mail Removed)
>
>
>
>