1 module ooo
{ module vba
{ module access
{
2 constants AcSendObjectType
{
3 const long acSendDataAccessPage
= 6;
4 const long acSendForm
= 2;
5 const long acSendModule
= 5;
6 const long acSendNoObject
= -1;
7 const long acSendQuery
= 1;
8 const long acSendReport
= 3;
9 const long acSendTable
= 0;