Connecting Tech Pros Worldwide Help | Site Map

Remove recent files

Nathan Bloomfield
Guest
 
Posts: n/a
#1: November 13th, 2005, 05:03 AM
Is it possible to remove all or individual "recent files" from the
"Recent files list" in MS Access XP?

It would be preferred to be a programatic method using VBA as the
system is locked down tight and editing registry will not be an
option.

I am trying to have code run when closing "database x" to ensure
"database x" does not appear in the recent files list.

I have been unable to dig up much information on the subject.

Any help will be much appreciated.

Regards,

Nathan
Nathan Bloomfield
Guest
 
Posts: n/a
#2: November 13th, 2005, 05:05 AM

re: Remove recent files


Further to my previous message:

The instructions for manually disabling the recent file list are as
follows:
---------
1. On the Tools menu, click Options, and then click the General tab.
2. Clear the Recently used files check box, and then click OK.
3. On the Tools menu, click Options, and then click the General tab.
4. Select the Recently used files check box, and then click OK.
---------
Is it possible to automate this using the "CommandBars" reference?

I cannot work out the syntax, but I assume it is something along the
lines of the following example:

CommandBars("Menu Bar").Controls("Tools").Controls("Options")....
..enabled = false


I hope someone out there can assist.

Regards,

Nathan
nathanbloomfield@hotmail.com (Nathan Bloomfield) wrote in message news:<4bbc1902.0411011918.104e0b2d@posting.google. com>...[color=blue]
> Is it possible to remove all or individual "recent files" from the
> "Recent files list" in MS Access XP?
>
> It would be preferred to be a programatic method using VBA as the
> system is locked down tight and editing registry will not be an
> option.
>
> I am trying to have code run when closing "database x" to ensure
> "database x" does not appear in the recent files list.
>
> I have been unable to dig up much information on the subject.
>
> Any help will be much appreciated.
>
> Regards,
>
> Nathan[/color]
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
My recent projects shows C:\Program Files\Internet Explorer\iexplore.exe AAaron123 answers 0 October 22nd, 2008 02:25 PM
Recent projects PawelSokolowski answers 7 June 30th, 2008 01:25 PM
Clearing the "Recent Projects" list =?Utf-8?B?UmF5IE1pdGNoZWxs?= answers 2 May 14th, 2007 10:05 PM
Registry vs Config files Tim Blizard answers 2 July 21st, 2005 04:49 PM