D
Dan von InfoPath
Hello,
I am attempting to pull in multiple rows of information from a secondary
data source (access database), and have it displayed on the form dynamically,
regardless of how many rows are pulled in. I'm not sure if the best way to
do this is some sort of filter on master/detail information, or a way of
doing it in repeating groups that I don't know about.
Simplified, the database would essentially be this:
1 TaskName
1 TaskName
2 TaskName
2 TaskName
But there could be 15 "1"s, or 30 "2"s.
I specify in a dropdown box on the form, the "1" or "2".
I then want to see a list of all TaskNames for that group. I only seem to
be able to get the first TaskName for the group, I don't know how to get the
second, third, fourth, ect.
Any thoughts on this? Any help would be greatly appreciated, thanks!
I am attempting to pull in multiple rows of information from a secondary
data source (access database), and have it displayed on the form dynamically,
regardless of how many rows are pulled in. I'm not sure if the best way to
do this is some sort of filter on master/detail information, or a way of
doing it in repeating groups that I don't know about.
Simplified, the database would essentially be this:
1 TaskName
1 TaskName
2 TaskName
2 TaskName
But there could be 15 "1"s, or 30 "2"s.
I specify in a dropdown box on the form, the "1" or "2".
I then want to see a list of all TaskNames for that group. I only seem to
be able to get the first TaskName for the group, I don't know how to get the
second, third, fourth, ect.
Any thoughts on this? Any help would be greatly appreciated, thanks!