P
Paul
We have a multiuser Access 2003 application where the front end resides on
each users' C drive, and the back end is on a network server.
When some, but not all, of our users try to open a particular form, they get
the following error message, followed by a complete shutdown of the Access
application with the Send/Don't Send message to Microsoft:
Error: -2147417848 (80010108)
Method 'Value' of object '_combobox' failed.
If you click "Debug," it takes you to the first line of code in the form's
Load event, regardless of what it is. Even if it's a simple MsgBox command,
it will crash.
Again, this form only crashes on some users' computers,
but not on others.
I have also had different users log on different computers, and whether it
crashes or not is strictly determined by the computer, not the user.
And it doesn't seem to be a function of the computer's memory -
I checked for that.
I found several discussions on the Web about this error number, and they
talk about modifying the System Registry. That doesn't make sense because
this application is successfully running a number of forms on these same
users' computers, so I can't believe there's something special about this
particular form that require tweaking the System Registry on some computers,
but not others.
I'd appreciate any suggestions about how to solve this so all my users can
use this form.
Thanks in advance,
Paul
each users' C drive, and the back end is on a network server.
When some, but not all, of our users try to open a particular form, they get
the following error message, followed by a complete shutdown of the Access
application with the Send/Don't Send message to Microsoft:
Error: -2147417848 (80010108)
Method 'Value' of object '_combobox' failed.
If you click "Debug," it takes you to the first line of code in the form's
Load event, regardless of what it is. Even if it's a simple MsgBox command,
it will crash.
Again, this form only crashes on some users' computers,
but not on others.
I have also had different users log on different computers, and whether it
crashes or not is strictly determined by the computer, not the user.
And it doesn't seem to be a function of the computer's memory -
I checked for that.
I found several discussions on the Web about this error number, and they
talk about modifying the System Registry. That doesn't make sense because
this application is successfully running a number of forms on these same
users' computers, so I can't believe there's something special about this
particular form that require tweaking the System Registry on some computers,
but not others.
I'd appreciate any suggestions about how to solve this so all my users can
use this form.
Thanks in advance,
Paul