1 module ooo
{ module vba
{ module access
{
2 constants AcTextTransferType
{
3 const long acExportDelim
= 2;
4 const long acExportFixed
= 3;
5 const long acExportHTML
= 8;
6 const long acExportMerge
= 4;
7 const long acImportDelim
= 0;
8 const long acImportFixed
= 1;
9 const long acImportHTML
= 7;
10 const long acLinkDelim
= 5;
11 const long acLinkFixed
= 6;
12 const long acLinkHTML
= 9;