Concatenate Drop-Down Lists

R

Robin1985

I am trying to concatenate two fields from a secondary data source. This
field should be a drop-down list. The Prefix and Name should both be
displayed on this drop down list. How do I go about it?

I'm using InfoPath2003 SP1
 
V

vt_asparagus

What are you connectioning to in your secondary data source? If you
are using a database like SQL Server, write a view that will concat the
Prefix and Name into one column and then select off of the view instead
of directly off a table.
 

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