A family of Microsoft relational database management systems designed for ease of use.
Hi,
It loaded Access 2003 is because that Access 2003 installed after Access 2010.
You can press Win+R and type "Regedit" in the Run dialog box, and then navigate to:
HKEY_CLASSES_ROOT\Access.MDBFile\shell\Open\command
See the Default value in the right window.
If Access 2010:
"D:\Microsoft Office\Office14\MSACCESS.EXE" /NOSTARTUP "%1" %2 %3 %4 %5 %6 %7 %8 %9
Why acFormatPDF doesn't work in Access 2003?
These are Access 2003 file formats:
Const acFormatASP = "Microsoft Active Server Pages (*.asp)"
Const acFormatDAP = "Microsoft Access Data Access Page (*.htm; *.html)"
Const acFormatHTML = "HTML (*.html)"
Const acFormatIIS = "Microsoft IIS (*.htx; *.idc)"
Const acFormatRTF = "Rich Text Format (*.rtf)"
Const acFormatSNP = "Snapshot Format (*.snp)"
Const acFormatTXT = "MS-DOS Text (*.txt)"
Const acFormatXLS = "Microsoft Excel (*.xls)"
These are Access 2010 file formats:
Const acFormatHTML = "HTML (*.html)"
Const acFormatPDF = "PDF Format (*.pdf)"
Const acFormatRTF = "Rich Text Format (*.rtf)"
Const acFormatSNP = "Snapshot Format (*.snp)"
Const acFormatTXT = "MS-DOS Text (*.txt)"
Const acFormatXLS = "Microsoft Excel (*.xls)"
Const acFormatXLSB = "Microsoft Excel Binary Workbook (*.xlsb)"
Const acFormatXLSX = "Microsoft Excel Workbook (*.xlsx)"
Const acFormatXPS = "XPS Format (*.xps)"
Cheers,
Cristin