Thank you, Adam.
Here is the query I am using for the Data Connection: select
"BugID","ProductReleaseName" from "dbo"."Report_Mitigations_Workarounds" as
"Report_Mitigations_Workarounds" I append "Where 'BugID' = 'ID' using the
queryAdapter in the code to get the specific entries I am seeking. Next, I
need to remove the duplicate ProductReleaseName results. I am somewhat of a
novice, so any hints regarding the query would be appreciated.
I have also setup a Bulleted List called Software. I have set the default
value to @ProductReleaseName[@BugID = ID]. The list contains only the first
item returned. It also does not expand. (This same problem exists without
using a repeating element. For example, I only see the first item in a text
box.) Again, any help here would be greatly appreciated.
Adam Harding said:
D Myers
Non-programatically i can do it in a repeating table.
Specify a repeating table with the datafields you want give the users a
button to pull back the data as well, even filter it using queryfields.
Now go into the properties of the repeating table and specify to populate
the table with the results of a query in SQL. Design the query in SQL to
filter out duplicates and that sorts it.
Hope this hleps
Adam