I tried just renaming the ACCDB -> ACCDR and running with the "runtime",
but got some weird crash when it ran on a system with the real Access 2007.
Everyone has Access 2007,
I just want to have less clutter on the screen for them
when running the application.
It worked in earlier versions of Access, but I don't know whether it has
been tested with 2007.
This API call hides the Access window. The down side is that all of your
forms must be configured as popup and modal, which can cause some issues.
Additionally, if you have an error popup, you could be screwed, so you need
to have good error handling, which includes setting the Accesswindow to it's
normal mode.
HTH
Dale
--
Don''t forget to rate the post if it was helpful!
Email address is not valid.
Please reply to newsgroup only.
For dintCount = 1 To CommandBars.Count
CommandBars(dintCount).Enabled = False
Next dintCount
--
BrerGoose
Moose-Tech Software:
http://ourworld.compuserve.com/homepages/webspace/MTS/Home.htm