J
Johan Nilsson
Hi,
I have a problem where I have as the main connection an Access database
which the Infopath form is based on and to which I submit all data entered in
the form. I am trying to create a cascading list in this form using an xml
with the following format:
<dataFields>
<Register Element="Company">
<Work task id="Upload of JV" Value="Upload of JV 209-SK41-01-02"/>
</Register>
I use first a drop-down list box field where the 'company' value is selected
and based on that various work tasks should be availabe in the second
drop-down list box, all depending on the previous 'company choices'.
I have no problems choosing the company value in the first drop-down list
box but because I use a filter with the following format:
Element = current()/.../@Element
I get no values in the second drop-down list box. It seems as if no
information is gathered from the first drop down list box. Is it not possible
to use the current() filter with in order to create a cascading list if you
submit the information to an access database? How should I proceed if I need
these cascading lists?
Any help would be appreciated =)
Johan
I have a problem where I have as the main connection an Access database
which the Infopath form is based on and to which I submit all data entered in
the form. I am trying to create a cascading list in this form using an xml
with the following format:
<dataFields>
<Register Element="Company">
<Work task id="Upload of JV" Value="Upload of JV 209-SK41-01-02"/>
</Register>
I use first a drop-down list box field where the 'company' value is selected
and based on that various work tasks should be availabe in the second
drop-down list box, all depending on the previous 'company choices'.
I have no problems choosing the company value in the first drop-down list
box but because I use a filter with the following format:
Element = current()/.../@Element
I get no values in the second drop-down list box. It seems as if no
information is gathered from the first drop down list box. Is it not possible
to use the current() filter with in order to create a cascading list if you
submit the information to an access database? How should I proceed if I need
these cascading lists?
Any help would be appreciated =)
Johan