dim xxx as FileDialog ?

  • Thread starter Thread starter djc
  • Start date Start date
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?
 
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.
 
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
 
Back
Top