S
Sue McCain
I wrote an application in Access 2000 for Win98. My client
recently hired someone else to run the application, on an
XP computer with Access 2002 (or whatever comes with
Office these days.) The application still runs fine on
Win98 and Access2000.
We copied it to the new computer.
Now when the code calls a particular form, the form
appears, but the code jumps to the Load module of a
totally different form.
The calling code is
DoCmd.OpenForm "SMfrmEquipmentMaintenanceDataEntry",,,,,acD
ialog.
When I step through the code, it goes from that line of
code to the first line of the Load routine for
form "SMfrmServiceDataSummary".
But the correct new form appears on the screen.
Any idea why, and how to fix it?
Thanks.
recently hired someone else to run the application, on an
XP computer with Access 2002 (or whatever comes with
Office these days.) The application still runs fine on
Win98 and Access2000.
We copied it to the new computer.
Now when the code calls a particular form, the form
appears, but the code jumps to the Load module of a
totally different form.
The calling code is
DoCmd.OpenForm "SMfrmEquipmentMaintenanceDataEntry",,,,,acD
ialog.
When I step through the code, it goes from that line of
code to the first line of the Load routine for
form "SMfrmServiceDataSummary".
But the correct new form appears on the screen.
Any idea why, and how to fix it?
Thanks.