L
Lystig
Hi All,
I'm developing accounting software on Access. It will run on Access 2000,
XP, 2003 and 2007 but only after spending a long time doing something
'fishy', if moved from one version of Access to another.
The program is developed on Access 2003. After distribution it may be loaded
into Access 2002 or 2007 for execution. Here Access will hang for about 20
minutes using full processor capacity. But eventually it finishes and the
application works with no problems at all. Unfortunately very few people
have the patience for the initial 20 minutes and kills Access before it
finishes.
First I thought it was some recompiling - but a full compile in vba takes
only 5-10 seconds. Maybe it is checking up the references all over the
application and recompiles.
Some statistics:
The adp-file reference 7 libraries
contains 480 forms, 215 reports and 30 code modules.
Uncompiled it uses 14 MB - compiled and compacted 23 MB
Searching MSDN for articles gives no results - it is often hard to find
articles which addresses cross-product problems.
Any ideas for further diagnostics - or even an article which references this
problem??
Thanks in advance.
Best regards
Stig Andersen
I'm developing accounting software on Access. It will run on Access 2000,
XP, 2003 and 2007 but only after spending a long time doing something
'fishy', if moved from one version of Access to another.
The program is developed on Access 2003. After distribution it may be loaded
into Access 2002 or 2007 for execution. Here Access will hang for about 20
minutes using full processor capacity. But eventually it finishes and the
application works with no problems at all. Unfortunately very few people
have the patience for the initial 20 minutes and kills Access before it
finishes.
First I thought it was some recompiling - but a full compile in vba takes
only 5-10 seconds. Maybe it is checking up the references all over the
application and recompiles.
Some statistics:
The adp-file reference 7 libraries
contains 480 forms, 215 reports and 30 code modules.
Uncompiled it uses 14 MB - compiled and compacted 23 MB
Searching MSDN for articles gives no results - it is often hard to find
articles which addresses cross-product problems.
Any ideas for further diagnostics - or even an article which references this
problem??
Thanks in advance.
Best regards
Stig Andersen