| | |
|
|
|
Report Type |
| message from =?Utf-8?B?TWF0dA==?= on 3 Jun 2004 |
If the object type of a query is 5, what is the object type of a report? Or anything else for that matter.
Thanks!
|
| Jim/Chris replied to =?Utf-8?B?TWF0dA==?= on 3 Jun 2004 |
From "Type Property" in Access help
You can use the Type property to return the value of a
AccessObject object type.
Setting
The Type property returns one of the following intrinsic
constants.
acDataAccessPage (6)
acQuery (1)
acDiagram (8)
acReport (3)
acForm (2)
acServerView (7)
acMacro (4)
acStoredProcedure (9)
acModule (5)
acTable (0)
The Type property is available only by using Visual Basic
and is read-only.
Jim
type of a report? Or anything else for that matter.
|
| =?Utf-8?B?TWF0dA==?= replied to Jim/Chris on 3 Jun 2004 |
Thank you very much!!
|
|
Archived message: Report Type (Microsoft Access)