Compact SendKeys 
Author Message
 Compact SendKeys

How can you use the compact SendKeys %TDC to compact the
current database when you have the allow full menu
disabled in the startup? I do not want users to be able to
have access to the stuff in the full menu, however can't
use Sendkeys without the tools menu.  HELP!  I am a newbie
and am running A97.  Any info will be greatly appreciated!


Sat, 23 Jul 2005 23:11:57 GMT  
 Compact SendKeys
You're better off not using SendKeys anyway.  Instead, use one of the
"helper" utilities linked to from here:

    http://www.mvps.org/access/general/gen0013.htm

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)


Quote:
> How can you use the compact SendKeys %TDC to compact the
> current database when you have the allow full menu
> disabled in the startup? I do not want users to be able to
> have access to the stuff in the full menu, however can't
> use Sendkeys without the tools menu.  HELP!  I am a newbie
> and am running A97.  Any info will be greatly appreciated!



Sun, 24 Jul 2005 06:18:43 GMT  
 Compact SendKeys

Quote:

>How can you use the compact SendKeys %TDC to compact the
>current database when you have the allow full menu
>disabled in the startup? I do not want users to be able to
>have access to the stuff in the full menu, however can't
>use Sendkeys without the tools menu.  HELP!  I am a newbie
>and am running A97.  Any info will be greatly appreciated!

You can't compact an open database anyhow, and certainly not a shared
database; and Sendkeys is as buggy as the Harvard Museum of
Comparative Zoology entomology collection.

I'd suggest having a shortcut running Access in command line mode
using the /Compact switch:

"C:\Program Files\Microsoft Office\Office\msaccess.exe" /Compact
"K:\somepath\yourdatabase.mdb"

in its action line. Just click the icon and it'll either compact or
complain that it requires exclusive access.

                  John W. Vinson[MVP]    
    Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=public



Sun, 24 Jul 2005 06:29:14 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. SendKeys problem - datagrid app. shuts down after updating by sendkeys

2. INFO: Another change in Access 2000: Jet Compact vs. Access Compact

3. Concerning Sendkeys bug

4. SendKeys

5. SendKeys & the numeric keypad - revised

6. SendKeys & the numeric keypad

7. Sendkeys

8. Sendkeys

9. SendKeys

10. Sendkeys replacement?

11. SendKeys question

12. SendKeys Syntax

 

 
Powered by phpBB® Forum Software