1 module ooo
{ module vba
{ module access
{
2 constants AcDataObjectType
{
3 const long acActiveDataObject
= -1;
4 const long acDataForm
= 2;
5 const long acDataFunction
= 10;
6 const long acDataQuery
= 1;
7 const long acDataServerView
= 7;
8 const long acDataStoredProcedure
= 9;
9 const long acDataTable
= 0;