L
LDMueller
I have a docketing report which reports any action due for a particular file.
Theses actions are future dates. A file can have multiple actions due.
For example:
File ABC12345
Action 6/1/2010 Letter to Client
Action 6/9/2010 Payment Due
Action 12/10/2010 Status Check
File CYO4457
Action 3/1/2011 Letter re Exam
Action 6/4/2011 Annuity Due
I need to write a report which will only give me the next action due. Using
my example the output would be like the following:
File ABC12345
Action 6/1/2010 Letter to Client
File CYO4457
Action 3/1/2011 Letter re Exam
My fields are as follows:
FILE (Text Field)
ACTION (Text Field)
DUE (Date Field)
Can anyone help me with the code for this.
Thank you in advance.
LDMueller
Theses actions are future dates. A file can have multiple actions due.
For example:
File ABC12345
Action 6/1/2010 Letter to Client
Action 6/9/2010 Payment Due
Action 12/10/2010 Status Check
File CYO4457
Action 3/1/2011 Letter re Exam
Action 6/4/2011 Annuity Due
I need to write a report which will only give me the next action due. Using
my example the output would be like the following:
File ABC12345
Action 6/1/2010 Letter to Client
File CYO4457
Action 3/1/2011 Letter re Exam
My fields are as follows:
FILE (Text Field)
ACTION (Text Field)
DUE (Date Field)
Can anyone help me with the code for this.
Thank you in advance.
LDMueller