D
David
I have a VERY simple Access 2000 program that is running
on several computers that use the Access 2000 Run-Time.
About half of these computers process the program without
any problems while the other half generate a Run Time
error that crashes the whole program and shuts it down.
I have lined out my code to determine the cause of the
problem. Any code dealing with:
Me.ExpirationDate=Date
or
Me.ExpirationDate=Null
or
If Me.ExpirationDate < Date Then....
generate the problems. When I remove these lines as a
whole, the program operates without crashing. If I line
out one, the program will operate fine until it hits one
of these lines, then it crashes.
What I fail to understand is why the code works on some
computers, yet does not with others. It is the exact same
version of Access 2000 Run Time on all the computers, so
is the problem somewhere on the computers individually?
Oh, and the problem does not show up on the full version
of Access 2000 I use to program.
Any ideas, thoughts, concepts, or precise knowledge on how
to solve this is appreciated. Thanks!!!
on several computers that use the Access 2000 Run-Time.
About half of these computers process the program without
any problems while the other half generate a Run Time
error that crashes the whole program and shuts it down.
I have lined out my code to determine the cause of the
problem. Any code dealing with:
Me.ExpirationDate=Date
or
Me.ExpirationDate=Null
or
If Me.ExpirationDate < Date Then....
generate the problems. When I remove these lines as a
whole, the program operates without crashing. If I line
out one, the program will operate fine until it hits one
of these lines, then it crashes.
What I fail to understand is why the code works on some
computers, yet does not with others. It is the exact same
version of Access 2000 Run Time on all the computers, so
is the problem somewhere on the computers individually?
Oh, and the problem does not show up on the full version
of Access 2000 I use to program.
Any ideas, thoughts, concepts, or precise knowledge on how
to solve this is appreciated. Thanks!!!