다음을 통해 공유


AcDataObjectType Enumeration

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.