Modifying a report

goju

Registered User.
Local time
Today, 12:56
Joined
Apr 7, 2005
Messages
77
i have created a report based on number (eg 100565) Now i need this report to report only on the previous month. entries. (number entries)

I.e anything issued in april, all the dates in april but in the original number order. 100565, 100566 etc

can i edit my exsisting report to do this, can you point in the wright direction.

also would like to save the report for April, and th may and so on.

ta
 
Basically put a parameter in the query supporting the report in the date field

Between [Please Enter Start Date] and [Please Enter End Date]

Running the report will then produce prompts for the user to enter start and end dates and the query will extract dates between these dates

Why store the report ?.

You can regenerate any time you like and it will always be accurate. Similarly you could generate 3 month reports or whatever you want.

Len B
 

Users who are viewing this thread

Back
Top Bottom