Newbie: adding images from Office File Open dialog box

M

me

Hi,

I'm trying to "reporduce" the sample code from the Northwind DB/Employee
form to manipulate pictures in my DB.

The display and remove work fine (after some efforts, but I'm a real
beginner!). The Add picture does not work. The debugger gives an error at
the

With Application.FileDialog(msoFileDialogFilePicker)

line.

The error is:

Run-time error '-2147467259 (8000405)':

Method 'FileDialog' of object '_Application' failed

What am I doing wrong?

Thanks for help

Louis

PS: I'm running Access 2003
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top