D
Dan @BCBS
Trying to use DMAX to get the nearest date.
I have a long code that returns the date when something is due.
Example: Joe case 1 = due date 6/1/07, Joe case 2 = due date 6/5/07
Returns 6/1/07...
I need to show the nearest due date for each person.
So in a text box I coded "=DMax([DueDate] < = Date())"
But I think I'm way off... Any suggestions..
I have a long code that returns the date when something is due.
Example: Joe case 1 = due date 6/1/07, Joe case 2 = due date 6/5/07
Returns 6/1/07...
I need to show the nearest due date for each person.
So in a text box I coded "=DMax([DueDate] < = Date())"
But I think I'm way off... Any suggestions..