AcOutputObjectType Enumeration
Specifies the type of object to output when using the OutputTo method.
Name |
Value |
Description |
---|---|---|
acOutputForm |
2 |
Form |
acOutputFunction |
10 |
User-Defined Function |
acOutputModule |
5 |
Module |
acOutputQuery |
1 |
Query |
acOutputReport |
3 |
Report |
acOutputServerView |
7 |
Server View |
acOutputStoredProcedure |
9 |
Stored Procedure |
acOutputTable |
0 |
Table |