W
Woody
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.
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? 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?
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.
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? 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?