dim xxx as FileDialog ?

D

djc

I want to use the FileDialog as per the access help file but the
'FileDialog' type does not show up for me when I dim my variable?

How do I make it available?
 
D

Douglas J. Steele

You need to add a reference to Microsoft Office 10.0 Objects.

With any code module open, select Tools | References from the menu bar.
Scroll through the list until you find the Office reference, and select it.
 
D

djc

THANK YOU.. I was almost going to try the 'common dialog' api calls. I
didnt' think it should be THAT difficult. Thanks again. I'll go try this out
now.
djc
 

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