@woodie2905 wrote:
Hello,
From the top to where the min/max date is referenced, the code looks like this. There's every chance that the date fields are text in the original table
Given that it's pass through SQL it could be correct, but I would be checking the logic. Note that it may not give you any syntax error, but the logic would be flawed, since it would be an alphabetical comparison, not numeric.
... View more