Brian,
I responded to your post on Oct 24, but I can't see my response in the
newsgroup, so I thought it wise to repost. The following is what I said:
Brian,
I can find no helpful reference to this issue anywhere, so unfortunately
there are only two things I can think of. Try the first suggestion, and if
that doesn't resolve it, try the second.
1. Decompile the database.
a). Create a Windows shortcut.
b). Right-click the shortcut, and select Properties.
c). In the Target box, you'll see the path to the database.
d). Add the path (enclosed in double quotes) to msaccess.exe to the left
of the database's path, adding a space between them.
e). Add the /decompile switch to the right of the database's path,
adding a space between them.
"path to msaccess.exe" "path to database" /decompile
f). Click OK.
g). Double-click the shortcut to launch the database.
h). Compact & Repair the database, then close it.
i). Re-open the database in the normal way (without using the shortcut).
j). Open any code module, and select Compile from the Debug menu.
k). Fix any errors that are reported.
l). Repeat steps j & k until no more errors are reported.
m). Run Performance Analyzer.
2. Create a new database.
a). From the Database Window, select the Tables tab.
b). Click Import Table.
c). Browse to and select the old database, then click Import.
d). Move from tab to tab, clicking Select All.
e). Click Options.
f). Tick Relationships, Menus and Toolbars, and if you have imports
specs, tick that one as well.
g). Click OK.
h). Close, then re-open the database.
i). Compact & Repair the database, then close it.
j). Re-open the database in the normal way (without using the shortcut).
k). Open any code module, and select Compile from the Debug menu.
l). Fix any errors that are reported.
m). Repeat steps j & k until no more errors are reported.
n). Run Performance Analyzer.
If none of that works, come back and we'll see what else we might be able to
try.
Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia