M mech55 Registered User. Local time Yesterday, 18:37 Joined Aug 26, 2005 Messages 61 Mar 31, 2006 #1 What I want to do is from several records find the Max() date and update that one record with my stuff. However, I get an error message cannot use aggregate in update query or something to do that effect. Is there a way to get around this?
What I want to do is from several records find the Max() date and update that one record with my stuff. However, I get an error message cannot use aggregate in update query or something to do that effect. Is there a way to get around this?
V Vassago Former Staff Turned AWF Retiree Local time Yesterday, 21:37 Joined Dec 26, 2002 Messages 4,748 Apr 1, 2006 #2 You could do one query to find the max date, then do another separate update query which links the date field to your first query.
You could do one query to find the max date, then do another separate update query which links the date field to your first query.