Runtime breakdown

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 2 identical dbs each opening a fairly complex form as startup. Each
app crashes (Run time error forcing app close), but at different points. One
as the form is opening, the other during an update of edited information on
the form.

Both apps run fine in full Access 2000, 2002, and 2003.

Questions: Is this a failure inherent in Access 2000 runtime? Is there a
fix? - a patch? Anything?

I have downloaded the existing "upgrades" to no avail, so I would appreciate
any help I can get from anyone.
 
Is this a failure inherent in Access 2000 runtime?
No
Is there a fix? - a patch? Anything?
That would depend on the nature of the crash. What *specific* code is being
executed when the crash occurs? Does your error trapping provide any
indication what the problem is?
Both apps run fine in full Access 2000, 2002, and 2003.
Do they run on a machine with retail Access when using the Runtime command
line switch to simulate the runtime environment? If so, it may not be a
Runtime issue, but a machine issue. But if it does crash on both, it might
be easier to debug it on a full version machine.
http://msdn.microsoft.com/library/e...opingAccessRuntimeApplications.asp?frame=true
Microsoft Office XP Developer: Developing Access Runtime Applications
(Simulating the Microsoft Access Runtime Environment)

HTH,
 
Back
Top