A
anovak
I'm using this SQL statement to pull in hierarchical custom field
values:
rs.Open "Select MemberFullValue,MemberDescription FROM
MSPLT_Performer_UserView WHERE (MemberValue <> '')", Conn
But I can't use an ORDER BY on this data type (MemberFullValue)
How can I get these values sorted in a combo box as they normally
appear in the hierarchy in Project Server?
I'm very new to this, so specifics would be very welcome!
Andy Novak
UNT
values:
rs.Open "Select MemberFullValue,MemberDescription FROM
MSPLT_Performer_UserView WHERE (MemberValue <> '')", Conn
But I can't use an ORDER BY on this data type (MemberFullValue)
How can I get these values sorted in a combo box as they normally
appear in the hierarchy in Project Server?
I'm very new to this, so specifics would be very welcome!
Andy Novak
UNT