Custom field Lists

B

BobWidomski

I am trying to populate a list box on a custom form with the values of a
custom text1 field.

I used the CustomFieldValueListGetItem function successfully however I am
having trouble trying to determine the count of items in the custom field. I
have hard coded the count but would like have vba get the count for me.

thanks bob
 
R

Rod Gill

There doesn't seem to be a count property, so try looping and testing for an
error which would indicate end of list reached.
 

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