run time with FileDialog object

E

Eyal Semo

Hello all
I am trying to make a Run time application from access mdb 2002
everything is working well
but I use FileDialog object as browser :

Dim fd As FileDialog
Set fd = Application.FileDialog(msoFileDialogFolderPicker) .....

it works well in the mdb but makes an error wile running from the runtime
program

any idea what can i do ?
Thanks Eyal
 
Top