How to autopopulate one field based on another's data connection

J

Jeremy

Ok... I will try to explain this as best I can. I have a dropdown field
where the values are pulling from one of the columns of a two-column list on
a sharepoint site. I want another field to auto-populate the second column
of that list based on the choice from the dropdown in the first field.

How do I do this? Any help you can offer is very much appreciated!!

--Jeremy
 
S

Sandhya

Hi,

Add the filter data whenever select the Entries of second dropdown.try this
it will help.The filter option is not available for browser enabled forms.

Thanks,
Sandhya
 
C

Chandrakanth (GGK Tech)

HI,

Please get the data from the sharepoint as mentioned above. But for the
second drop down please add the below filter condition for filtering the data
in the second drop down based on the selection of first drop down.

for example:

you are having the columns in the sharepoint as column1 and column2 and in
the main schema the drop down fields are fiel1 and field2.

now the filter condition for the second drop down(field2) should be like this

.../@column1 = xdXDocument:get-DOM()/my:myFields/my:field1
 
I

InfoPathNoob

Are "filter conditions" available in Infopath 2003? I'm attempting to do the
same thing in 2003 and can't seem to get anyhwere. This problem is typically
very easy to solve in web programming.

I have a menu 1 and menu 2. Menu 1's values come from the form (look up the
values from the form's data source). The form's data source is itself, not a
database, sharepoint, etc... When I set a value in menu 1, I want menu 2 to
display a set of specific values. When I set a different value for menu 1, I
want menu 2 to display a different set of values.

menu 2 can get its values from multiple sharepoint lists without issue. How
can I accomplish this? Thanks in advance for your help!!
 
D

Danijel K

Hi all,

for me this is not working. It seems that problem is in formula setting
current data.

Danijel form Croatia
 
D

Danijel K

Hi all,

for me this is not working. It seems that problem is in formula setting
current data.

Danijel form Croatia
 
D

Danijel K

Hi all,

for me this is not working. It seems that problem is in formula setting
current data.

Danijel form Croatia
 

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