G
Gene
One general question and one specific.
1. Does anyone know a good place to look up
incompatibility issues that have been identified when
running the same Access 2000 application on Win2000 vs.
WinXP Pro?
2. Specifically, I have a query as data source for a form
that lists records. That query builds a string, using
other query fields, as one of the fields that I display on
the form. If I go to the detail behind a list item
(leaving the list open) and then update the record
represented by the list item, I want to return to the list
form and update the list with the latest data. Usually I
just do a DoCmd.Requery in the Activate event of the
screen I am returning to. For some reason, the
DoCmd.Requery would work fine on a Windows 2000 machine,
but the same piece of code in Windows XP abends with the
error shown below
Access was running from a common
network drive - single user)
Run-time error '3420':
Object invalid or no longer exists.
Any ideas?
1. Does anyone know a good place to look up
incompatibility issues that have been identified when
running the same Access 2000 application on Win2000 vs.
WinXP Pro?
2. Specifically, I have a query as data source for a form
that lists records. That query builds a string, using
other query fields, as one of the fields that I display on
the form. If I go to the detail behind a list item
(leaving the list open) and then update the record
represented by the list item, I want to return to the list
form and update the list with the latest data. Usually I
just do a DoCmd.Requery in the Activate event of the
screen I am returning to. For some reason, the
DoCmd.Requery would work fine on a Windows 2000 machine,
but the same piece of code in Windows XP abends with the
error shown below

network drive - single user)
Run-time error '3420':
Object invalid or no longer exists.
Any ideas?