1 module ooo
{ module vba
{ module access
{
2 constants AcOutputObjectType
{
3 const long acOutputDataAccessPage
= 6;
4 const long acOutputForm
= 2;
5 const long acOutputFunction
= 10;
6 const long acOutputModule
= 5;
7 const long acOutputQuery
= 1;
8 const long acOutputReport
= 3;
9 const long acOutputServerView
= 7;
10 const long acOutputStoredProcedure
= 9;
11 const long acOutputTable
= 0;