FolderSuffix Property

Microsoft Access Visual Basic

and OrganizeInFolder properties are set to True.) Read-only String.

expression.FolderSuffix

expression    Required. An expression that returns one of the objects in the Applies To list.

Remarks

The FolderSuffix property represents the text displayed as a hyperlink.

This property is available only by using Visual Basic.

Newly created data access pages use the suffix returned by the FolderSuffix property of the DefaultWebOptions object. The value of the FolderSuffix property of the WebOptions object may differ from that of the DefaultWebOptions object if the data access page was previously edited in a different language version of Microsoft Access. You can use the UseDefaultFolderSuffix method to change the suffix to the language you are currently using in Microsoft Office.

By default, the name of the supporting folder is the name of the Web page plus an underscore (_), a period (.), or a hyphen (-) and the word "files" (appearing in the language of the version of Microsoft Access in which the file was saved as a Web page). For example, suppose that you use the Dutch language version of Access to save a file called "Page1" as a Web page. The default name of the supporting folder would be Page1_bestanden.

The following table lists each language version of Office, and gives its corresponding LanguageID property value and folder suffix. For the languages that are not listed in the table, the suffix ".files" is used.

Language

LanguageLanguageIDFolder suffix
Arabic1025.files
Basque1069_fitxategiak
Brazilian1046_arquivos
Bulgarian1026.files
Catalan1027_fitxers
Chinese - Simplified2052.files
Chinese - Traditional1028.files
Croatian1050_datoteke
Czech1029_soubory
Danish1030-filer
Dutch1043_bestanden
English1033_files
Estonian1061_failid
Finnish1035_tiedostot
French1036_fichiers
German1031-Dateien
Greek1032.files
Hebrew1037.files
Hungarian1038_elemei
Italian1040-file
Japanese1041.files
Korean1042.files
Latvian1062_fails
Lithuanian1063_bylos
Norwegian1044-filer
Polish1045_pliki
Portuguese2070_ficheiros
Romanian1048.files
Russian1049.files
Serbian (Cyrillic)3098.files
Serbian (Latin)2074_fajlovi
Slovakian1051.files
Slovenian1060_datoteke
Spanish3082_archivos
Swedish1053-filer
Thai1054.files
Turkish1055_dosyalar
Ukranian1058.files
Vietnamese1066.files

Example

This example returns the folder suffix used by the data access page ("Inventory"). The suffix is returned in the string variable strFolderSuffix.

strFolderSuffix = DataAccessPages("Inventory").WebOptions.FolderSuffix