G
Guest
Hi!
I have an annoying problem which I cannot solve for some reason... My Access
skills are still at a novice/medium level.
I have a form (frmEvaluationList) containing header, detail and footer
sections, and in the detail I display the result of a query. On the header I
have several buttons to set the form's OrderBy -parameter to sort on a
specific column and ASC or DESC. When the user is satisfied with the way the
data is sorted, he should be able to print it. I figured a report would be
the choise to accomplish this, right?
When I build the report (rptEvaluationPlot) with the wizard, I base it on
the same query as the form above. I realize that the sort settings from the
form isn´t attachet to the query, but how is it possible to make the report
fetch the current OrderBy-settings from the form? (The idea is to have a
"print report"-button on the form when done.)
Any help would be greatly appreciated!
Thanks, Peter
I have an annoying problem which I cannot solve for some reason... My Access
skills are still at a novice/medium level.
I have a form (frmEvaluationList) containing header, detail and footer
sections, and in the detail I display the result of a query. On the header I
have several buttons to set the form's OrderBy -parameter to sort on a
specific column and ASC or DESC. When the user is satisfied with the way the
data is sorted, he should be able to print it. I figured a report would be
the choise to accomplish this, right?
When I build the report (rptEvaluationPlot) with the wizard, I base it on
the same query as the form above. I realize that the sort settings from the
form isn´t attachet to the query, but how is it possible to make the report
fetch the current OrderBy-settings from the form? (The idea is to have a
"print report"-button on the form when done.)
Any help would be greatly appreciated!
Thanks, Peter