H
Hallgeir
I have this code:
Dim conn As adodb.Connection
Set conn = CurrentProject.Connection
This works fine everywhere except on one computer. I get an error message
saying:
Runtime error '-2147023898(800703e6)':
Invalid access to memory.
And the debugger stops at the line "Set conn = CurrentProject.Connection"
Do anyone have any suggestion on why this line gives error on only one
computer (win xp). Could it be a problem with user rights?
Dim conn As adodb.Connection
Set conn = CurrentProject.Connection
This works fine everywhere except on one computer. I get an error message
saying:
Runtime error '-2147023898(800703e6)':
Invalid access to memory.
And the debugger stops at the line "Set conn = CurrentProject.Connection"
Do anyone have any suggestion on why this line gives error on only one
computer (win xp). Could it be a problem with user rights?