APAMurdock
IS-IT--Management
I use Crystal Reports 11 connected to a SQL Database. One if the tables used in the report is called session (see example below).
SessionID Description Year
1 Spring 2000
2 Summer 2000
3 Fall 2000
4 Spring 2001
5 Summer 2001
6 Fall 2001
When the report is ran, the user is prompted for the Description and Year. In the report, I would like to display the next Description and Year record. So if the user chooses Fall 2000, then I want the report to display Spring 2001. When i use the Next function "Next ({Description})" and place that formula in the report, I get the same description that the user typed in, not the next one.
I'm new to this forum, so if I didn't write this in the proper "format" please let me know.
SessionID Description Year
1 Spring 2000
2 Summer 2000
3 Fall 2000
4 Spring 2001
5 Summer 2001
6 Fall 2001
When the report is ran, the user is prompted for the Description and Year. In the report, I would like to display the next Description and Year record. So if the user chooses Fall 2000, then I want the report to display Spring 2001. When i use the Next function "Next ({Description})" and place that formula in the report, I get the same description that the user typed in, not the next one.
I'm new to this forum, so if I didn't write this in the proper "format" please let me know.