msoFileDialogFilePicker not defined

I

ichopstick

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.
 
Top