"David W. Fenton" wrote in message
>
> The other thing is the security warning -- I certainly don't want
> that on a kiosk app.
If you set the following reg key (sets macro = low). Then simply copying any
mdb/accdb to that target box should launch/run without a problem.
Root: HKCU;Subkey:
"Software\Microsoft\Office\12.0\Access\Security";ValueType: dword;
ValueName: "VBAWarnings"; ValueData: "1"
You can also use/add a trusted location (I not tried the below yet).
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security
\Trusted Locations\
Location(x)
AllowSubFolders (REG_DWORD) = 1
Path (REG_SZ) "C:\MyDatabaseFolder\"
The package wizard for 2007 does let you set reg keys, but I don't bother
with it since no can figure out how to use that installer for upgrading
front ends. I just use the free inno installer. You can Google for inno, and
it great for deploying new front ends. A sample "front end" install script
is included after my sig in this post...
>> Stay informed about: Access 2007 Runtime Followup