Well maybe here is something you could help me with...
I wrote up a query to pull just the latest record for each VesselInspection and it works. The problem is that when I add the dateadd function to that query, its like the max function is nonexistant all of the sudden. I ended up using "Last" instead of "Group by" and that seemed to work but does that look like a good solution that wont mess other things up for me?