File Dialog in Access 2000

  • Thread starter Thread starter Douglas J. Steele
  • Start date Start date
D

Douglas J. Steele

AFAIK, File Dialog is new in Access 2002, therefore will not work in Access
2000. (and no, you cannot load Office Objects from a different version of
Office)

Make the API calls directly: it's actually better (since you can't use File
Dialog with MDEs). Take a look at http://www.mvps.org/access/api/api0001.htm
at "The Access Web" for sample code.
 
Can the File Dialog object be used in Access 2000? What
referrences are required? Does it need 10.0? Can Office
Objects 10.0 be loaded in Access 2000?


Jay
 
Back
Top