Additional responses are inline...
It doesn't crash so much now, but I'm getting the following error when
leaving a record: "The expression On Current you entered as the event
property setting produced the following error: Method or data member not
found." I get the same error for On Unload and On Close. These all worked
fine before this process. It's like working on a car: fix one thing and break
another.
--------------------------------------------
HTH
Don''t forget to rate the post if it was helpful!
Please reply to newsgroup only, so that others may benefit as well.
Allen Browne said:
Suggestions:
1. Make sure Compact on Exit is turned off.
In Access 2007: Office Button | Access Options | Current Database
In older versions: Tools | Options.
It was turned off. I've read your article on the problems this causes.
2. Do you need a service pack?
For Access 2007, the Office 2007 SP1 link is:
http://office.microsoft.com/search/redir.aspx?AssetID=DC102486291033&Origin=HH102511011033&CTT=5
For older versions, see the Office Products list here:
http://support.microsoft.com/sp
Already up to date.
3. If that doesn't fix it, do you have anything that is opening another form
when one closes?
The only form that opens from another form is my custom switchboard. I put
it in a not visible state when other forms are opened and then have the forms
open the switchboard when they close. I exit the database from the
switchboard via a button that runs the Exit Database command.
4. If you're still stuck, try this recovery sequence that addresses a whole
range of possible issues:
You didn't show a specific recovery sequence, but I did follow your
suggestions from you website. I only have four references running: the three
you recommened and OLE.
The only thing I changed in the process was the Compile on Demand. I
unchecked it as you recommended.