Report Type

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If the object type of a query is 5, what is the object type of a report? Or anything else for that matter

Thanks!
 
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

-----Original Message-----
If the object type of a query is 5, what is the object
type of a report? Or anything else for that matter.
 
Thank you very much!

----- Jim/Chris wrote: ----

From "Type Property" in Access hel

You can use the Type property to return the value of
AccessObject object type

Settin

The Type property returns one of the following intrinsi
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 Basi
and is read-only

Ji

-----Original Message----
If the object type of a query is 5, what is the objec
type of a report? Or anything else for that matter
 
Back
Top