How modify screen "Getting Started with Microsoft Office Access"

K

KewaWoman

How can I delete the file names shown on the opening screen of "Getting
Started with Microsoft Office Access"? I've deleted the files (databases)
themselves, but they all show on this opening screen.
 
J

John Spencer

Best advice is to live with it. You would need to edit the registry and
that is not a good idea unless you are very experienced working with the
operating system files.



'====================================================
John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
'====================================================
 
C

Clifford Bass

Hi,

Given John's warning, here is how you can do it with Access 2003 or
2007. WARNING: Usage of the following is entirely at your own risk.
Failure to follow the instructions exactly may cause a problem. This works
on Windows XP Pro with SP3. It should work on other versions of Windows, but
I have not tested it with any other version.

Open up NotePad. Copy the appropriate set of "reg delete..."
statements and paste them into NotePad, nine times. In case the discussion
reader causes wrapping, each "reg edit..." line is all one line, with the
items separated by spaces. Next edit the, list changing the 1 just before
the end of each batch of succeeding lines to the next number higher so that
you have nine batches of lines, numbering from 1 through 9.

Access 2003:

reg delete HKCU\Software\Microsoft\Office\11.0\Access\Settings /v MRU1 /f
reg delete HKCU\Software\Microsoft\Office\11.0\Access\Settings /v MRUFlags1 /f

Access 2007:

reg delete HKCU\Software\Microsoft\Office\12.0\Access\Settings /v MRU1 /f
reg delete HKCU\Software\Microsoft\Office\12.0\Access\Settings /v MRUDate1 /f
reg delete HKCU\Software\Microsoft\Office\12.0\Access\Settings /v MRUFlags1 /f

Save the file with a name something like "Clear Access Recent Files
List.bat". It must end in ".bat". For ease of use you can save it to your
desktop, but anywhere is fine. Close out of NotePad.

To do the deletion, first make sure you are not running Access and then
double-click on the file. You can run the process whenever you want.

Clifford Bass
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top