You can use the UseLongFileNames property to specify or determine whether long file names are used when a document is stored as a data access page.
Setting
The UseLongFileNames property uses the following settings.
Setting | Visual Basic | Description |
---|---|---|
Yes | True (–1) | (Default) Use long file names whenever possible when you save the document as a data access page. |
No | False (0) | Use the 8.3 DOS filename format. |
The UseLongFileNames property is available only by using Visual Basic.
Remarks
If you don't use long file names and your data access page has supporting files, Microsoft Access automatically organizes those files in a separate folder. Otherwise, use the OrganizeInFolder property to determine whether supporting files are organized in a separate folder.