Link to home
Start Free TrialLog in
Avatar of Sim1980
Sim1980

asked on

Access 2003 Error: -2147467259 - Unspecified error

Hi all.

I get the following error: Access 2003 Error: -2147467259 - Unspecified error

at the itm.Transfer part of my VBA code:

Dim itm As WIA.Item
Dim img As New WIA.ImageFile
Set img = itm.Transfer

This is only happening to one computer, all the other ones are ok.
All computers run the .ade file.

What can I do to fix this?

Thank you in advance.
Avatar of mbizup
mbizup
Flag of Kazakhstan image

Try checking your references and comparing them between the computers where this works and the one where it doesn't work.

From the VBA Editor:

Tools --> References

Make sure that the problematic computer has the same references checked as the other computers and that none of the references are labeled as MISSING.
ASKER CERTIFIED SOLUTION
Avatar of Sim1980
Sim1980

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sim1980
Sim1980

ASKER

I reformatted the computer and it works now.