msoFileDialogFilePicker not defined

G

Guest

hello ...can anyone help ???
i try out northwind example (employee form) to include add/change and remove
picture from a database.
when i try to click on the add/change button,
i got the following compile error 'msoFileDialogFilePicker not defined'
can anyone tell me how to go about resolving this?
thanks a million
 
D

Douglas J. Steele

You probably haven't set a reference to Office (Tools | References when
you've got a code module open). However, I think you'll find it's better not
to use the File Dialog object, but to make API calls instead. See
http://www.mvps.org/access/api/api0001.htm at "The Access Web" for a
complete sample, courtesy of Ken Getz.
 

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