B
bignerd
We unfortunately were given a laptop this year to run an application
that I wrote for MS Access 2000 (my first access app), so I ran Tools:
Converter on it.
Configuration
1. The app is running on a Windows XP Pro machine
2. The office 2003 has all the latest service packs - I've verified the
Jet, MDAC and Access 2003 SPs are the latest.
3. The crash happens when I navigate from a multi-record "launch page"
(you double click a record) to a master detail form that shows the
details for that current record.
4. The program uses all DAO code as I was under the impression that DAO
was what the forms and reports used internally anyway, and the MS VBA
2000 book I had did not mention anything about ADO.
5. The application has about 30 forms, 5 reports, 20 tables, 2 modules,
and about 60 queries.
When it runs now, it experiences a number of problems:
1. It constantly shuts down and displays a [Send Error Report] dialog.
The event id in the event log is 1000.
2. On startup it gives a security violation - the help says I can set
it to low and it wil run fine. I don't have any resources on access
2003 (well, help), and figured I'd dive into this one AFTER #1 was
addressed. I didn't remember putting any macros in the code as I was
writing it all in VBA.
Is there soomething I can do - step-by-step, to resolve this? I really
can't "go back" to the 2000 version as I've been trying to implement
fixes in this new release due to requirements that are changing and
this is the only hardware I have to run it on at this point.
that I wrote for MS Access 2000 (my first access app), so I ran Tools:
Converter on it.
Configuration
1. The app is running on a Windows XP Pro machine
2. The office 2003 has all the latest service packs - I've verified the
Jet, MDAC and Access 2003 SPs are the latest.
3. The crash happens when I navigate from a multi-record "launch page"
(you double click a record) to a master detail form that shows the
details for that current record.
4. The program uses all DAO code as I was under the impression that DAO
was what the forms and reports used internally anyway, and the MS VBA
2000 book I had did not mention anything about ADO.
5. The application has about 30 forms, 5 reports, 20 tables, 2 modules,
and about 60 queries.
When it runs now, it experiences a number of problems:
1. It constantly shuts down and displays a [Send Error Report] dialog.
The event id in the event log is 1000.
2. On startup it gives a security violation - the help says I can set
it to low and it wil run fine. I don't have any resources on access
2003 (well, help), and figured I'd dive into this one AFTER #1 was
addressed. I didn't remember putting any macros in the code as I was
writing it all in VBA.
Is there soomething I can do - step-by-step, to resolve this? I really
can't "go back" to the 2000 version as I've been trying to implement
fixes in this new release due to requirements that are changing and
this is the only hardware I have to run it on at this point.