Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.05 KB

Access.AcDataObjectType.md

File metadata and controls

29 lines (24 loc) · 1.05 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
AcDataObjectType enumeration (Access)
vbaac10.chm10012
vbaac10.chm10012
Access.AcDataObjectType
0e9f8481-ef01-2415-414a-64788c18e6ef
06/08/2019
medium

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.

[!includeSupport and feedback]