Used with the GoToRecord and SearchForRecord methods to specify the type of object.
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. |
“Madonna is the speedboat, and the rest of us are just the Go-Go’s on water skis” ~ Liz Phair
SearchForRecord - Search for a specific record.