1

How do I insert an OpenFileDialog and SaveFileDialog control in MS-Access '07? Also, how do I code it in VBA so as to display it?

Thanks,

S Sandeep

Gord Thompson
  • 116,920
  • 32
  • 215
  • 418

1 Answers1

2

In Access 2007 you should be able to use the .FileDialog method as explained in the following Microsoft Knowledge Base article:

How to display and to use the File dialog box in Microsoft Access

Gord Thompson
  • 116,920
  • 32
  • 215
  • 418