I'm trying to create an image object programmatically, but I get "ActiveX component can't create object". Here's the code:
Can anyone tell me why this is happening, please? I'm using Access 2007.
Code:
Dim objImage As Access.image
Set objImage = New Access.image
Can anyone tell me why this is happening, please? I'm using Access 2007.