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
 

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