AcDataObjectType enumeration (Access)
Used with the GoToRecord method to specify the type of object that contains the record to make current.
Name | Value | Description |
---|---|---|
acActiveDataObject | -1 | The active object contains the record. |
acDataForm | 2 | A form contains the record. |
acDataFunction | 10 | A user-defined function contains the record (Microsoft Access project only). |
acDataQuery | 1 | A query contains the record. |
acDataReport | 3 | A report contains the record. |
acDataServerView | 7 | A server view contains the record (Microsoft Access project only). |
acDataStoredProcedure | 9 | A stored procedure contains the record (Microsoft Access project only). |
acDataTable | 0 | A table contains the record. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.