B
BWD
Hello Group
I am trying to create a report based on a query that will allow the
report results to be ordered by a field that is selected by the
user.
I am envisioning creating a combo box that lists all the queries field
values and then letting the user select from that list as the sort by
field. However, I do not know how to get the query to accept my
parameter value for the sort on field value.
As a test I have tried manipulating the actual query through SQL view
and entering the parameter brackets in the Order By part of the code.
Although I get prompted for the field value the sort order does not
seem to work.
Any thoughts?
Thanks
I am trying to create a report based on a query that will allow the
report results to be ordered by a field that is selected by the
user.
I am envisioning creating a combo box that lists all the queries field
values and then letting the user select from that list as the sort by
field. However, I do not know how to get the query to accept my
parameter value for the sort on field value.
As a test I have tried manipulating the actual query through SQL view
and entering the parameter brackets in the Order By part of the code.
Although I get prompted for the field value the sort order does not
seem to work.
Any thoughts?
Thanks