Identify active resource in SQL database

L

LML

Can anyone tell me what field and value to look at on the SQL (MSP_RESOURCES
?) table to identify a resource that is active?

I would like to write an access query to identify active resources that have
not submitted time for a given time period.
Thanks!
 
R

Ray McCoppin

The field is RES_RTYPE: Indicates whether a resource is normal or generic
and whether the normal or generic resource is deactivated: 0 Normal resource
1 Generic resource
100 Deactivated, normal resource
101 Deactivated, generic resource

Hope this helps...
 
L

LML

THANKS RAY!!

Ray McCoppin said:
The field is RES_RTYPE: Indicates whether a resource is normal or generic
and whether the normal or generic resource is deactivated: 0 Normal resource
1 Generic resource
100 Deactivated, normal resource
101 Deactivated, generic resource

Hope this helps...
--
Ray McCoppin

http://www.randsmanagement.com
SRS gantt charts
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top