vba - how can i get the values in this column to sort according tothe hierarchy?

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
 

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