T
Tom
I am a newbie to InfoPath, but experienced writing code with MS-Access (VBA)
and designing forms in it, so that is where my question is coming from.
I was asked to do one of the following:
1) Design an InfoPath form containing a dropdown with values from a
secondary data source but NOT restrict the user to only those values (i.e.
they can add their own values when there is nothing on the "pick list" that
matches their need) as can be done with Access . I read various discussions
where this is difficult without writing one's own control or buying a 3rd
party control. I have ruled out this solution for my task due to time.
OR
2) Provide a dropdown with a list of values and the value "Other" appended
to the end of the list. When the "Other" entry is selected, the user would
have a text box appear that would allow the user to describe the "other"
item.
I know how to attach a static list of values to the drop-down. I think I
know how to get dynamic values from a secondary data source and append the
"Other" entry to the bottom. My data source will either be MS-Access,
SQL-Server, or MS-Excel (Excel is not my choice).
My question:
- Can you point me to something where I can see an example of the following?
1 -- User selects value from drop-down. As long as it is NOT "other", the
value they select populates the drop-down box and the data element in the
primary data source.
2 -- User selects "Other", a hidden text box is "un-hidden" and they are
allowed to describe "other".
Any help you can provide would be appreciated!
and designing forms in it, so that is where my question is coming from.
I was asked to do one of the following:
1) Design an InfoPath form containing a dropdown with values from a
secondary data source but NOT restrict the user to only those values (i.e.
they can add their own values when there is nothing on the "pick list" that
matches their need) as can be done with Access . I read various discussions
where this is difficult without writing one's own control or buying a 3rd
party control. I have ruled out this solution for my task due to time.
OR
2) Provide a dropdown with a list of values and the value "Other" appended
to the end of the list. When the "Other" entry is selected, the user would
have a text box appear that would allow the user to describe the "other"
item.
I know how to attach a static list of values to the drop-down. I think I
know how to get dynamic values from a secondary data source and append the
"Other" entry to the bottom. My data source will either be MS-Access,
SQL-Server, or MS-Excel (Excel is not my choice).
My question:
- Can you point me to something where I can see an example of the following?
1 -- User selects value from drop-down. As long as it is NOT "other", the
value they select populates the drop-down box and the data element in the
primary data source.
2 -- User selects "Other", a hidden text box is "un-hidden" and they are
allowed to describe "other".
Any help you can provide would be appreciated!