Append values to a drop down list box

W

Will

Hi:

I want a drop down list box in the form to get its data from a data source
but I also want to add one more entry to this list, how can I do that?

If code is involved could you please point me to an example?

Many Thanks,
 
C

Clay Fox

Do you have InfoPath 2007? Check out the combo box if so.
In 2003 you can typically use a hidden text box bound to the same field to
let the user enter a value.
Did you want this list saved back to a database or SharePoint?
 
W

Will

Hi:

I am using a combo box and I am binding it to a data source, What I am
trying to do is to append one more value to this list programmatically or
another way.

I want to add one more value programmatically to the list that I am binding
to a combo box. How can I acheive this?

Thanks,
 
C

Clay Fox

If you are trying to write back to the datasource then you would need to be
able to do this first.
Once you could write to it then you could insert the selected value.

Where is the secondary data located?
 

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