Home  Fees/Services  Access Examples  Tutorials  Access Download  Articles  Search  Contact  Privacy  Links
Application Object Examples

VBA Application Objects

Convert Access Project VBA Example





Access Error
AddToFavorites
BuildCriteria
CloseCurrentDatabase
CodeDB
CompactRepair
ConvertAccessProject


Access ConvertAccessProject Method Example

Convert Access Project Method - Converts the specified Microsoft Access file from one version to another Access version.
Application.ConvertAccessProject(SourceFilename, DestinationFilename, DestinationFileFormat)

Where:

SourceFileName is the name of the Access database to convert. If a path is not specified the current directory will be assumed.

DestinationFilename The name of the file where Access saves the converted file. If no path then the current directory is assumed.

DestinationFileFormat Required AcFileFormat. The Access version of the converted file.  Valid entries are:


  • acFileFormatAccess2

  • acFileFormatAccess95

  • acFileFormatAccess97

  • acFileFormatAccess2000

  • acFileFormatAccess2002

  • acFileFormatAccess2003

Application.ConvertAccessProject("c:\mydbs\mydb_2000.mdb", & _
"c:\mydbs\mydb_2002.mdb",acFileFormatAccess2002










A Blue Claw Database Design Article:

Why Choose Microsoft Access
 





Blue Claw Database Design Downloadable Tutorial:
DoCmd.OpenForm & OpenArgs VBA Example.  





A Blue Claw Database Design Template:

Real Estate Marketing Campaign System
 




Contact Information

Copyright 2000-2012 Blue Claw Database Design, LLC