Syntax
| long = recordobject.State
| ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Returns a long value describing if the Record object is open or closed.
The State property returns a long value that is the sum of one or more ObjectStateEnum constants. These constants describe if the Record object is open, closed, or executing.
The adStateConnecting and adStateFetching constants are not used. The default value is adStateClosed.
You can call the State property at any time.
ObjectStateEnum Constants
| ||||||||||||||||||
See Also
| |||||||||||||||||||
Example
| If objRecord.State = adStateOpen Then |