1 module ooo
{ module vba
{ module access
{
2 constants AcExportXMLOtherFlags
{
3 const long acEmbedSchema
= 1;
4 const long acExcludePrimaryKeyAndIndexes
= 2;
5 const long acLiveReportSource
= 8;
6 const long acPersistReportML
= 16;
7 const long acRunFromServer
= 4;