OLE programming problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When i try to import a picture using createembed conmmand in Visual basic, I get a run-type error, after which, the debugger hi-lites

Me![oleTheImage].Action = acOLECreateEmbe

Thru trial and error, i have come to figure that this has something to do with the fact I am using Microsoft Access 11.0 Object library, instead of Object 9.0 Library. Office XP professional will not let me replace the library. please, if anyone has any suggestions, I am desperate
Thanks, Meliss
 
Hi Melissa,

Not an answer to your problem but Access XP Professional should have 10.0
Object Library and not 11.0
I don't know how you ended up with version 11.

Alp

Melissa said:
When i try to import a picture using createembed conmmand in Visual basic,
I get a run-type error, after which, the debugger hi-lites :
Me![oleTheImage].Action = acOLECreateEmbed

Thru trial and error, i have come to figure that this has something to do
with the fact I am using Microsoft Access 11.0 Object library, instead of
Object 9.0 Library. Office XP professional will not let me replace the
library. please, if anyone has any suggestions, I am desperate.
 
Back
Top