Hallo my friends.
I have a problem doing a report.
I have a form with 4 filters (drop down list) that works with a query (select).
With the code "FilterOn" I make this choice and at the end I order the records with Me.OrderBy = "valore desc".
Till now works greatly.
Now I have the necessity to make a report about the results but I have some problems.
I tried to use "Docmd.openReport" and make some filters but the output is not good.
Is it possible to make this report about the results I have and in the same order (desc)?
Thanks for any suggestions, greetings!
I have a problem doing a report.
I have a form with 4 filters (drop down list) that works with a query (select).
With the code "FilterOn" I make this choice and at the end I order the records with Me.OrderBy = "valore desc".
Till now works greatly.
Now I have the necessity to make a report about the results but I have some problems.
I tried to use "Docmd.openReport" and make some filters but the output is not good.
Is it possible to make this report about the results I have and in the same order (desc)?
Thanks for any suggestions, greetings!