Expand Minimize
0 out of 1 rated this helpful - Rate this topic

AcDataObjectType Enumeration

Office 2007
Used with the GoToRecord method to specify the type of object that contains the record to make current.
NameValueDescription
acActiveDataObject-1The active object contains the record.
acDataForm2A form contains the record.
acDataFunction10A user-defined function contains the record (Microsoft Access project only).
acDataQuery1A query contains the record.
acDataReport3A report contains the record.
acDataServerView7A server view contains the record (Microsoft Access project only).
acDataStoredProcedure9A stored procedure contains the record (Microsoft Access project only).
acDataTable0A table contains the record.


Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.