View Single Post
  #7  
Old October 14th, 2007, 12:11 PM posted to microsoft.public.access
AJCB
external usenet poster
 
Posts: 54
Default Access Query to only show most recent data


I have made this correction and now it says:

Syntax error . in query expression '[Job Variable Data].[Date/Time] =
(SELECT MAX([Job Variable Data].[Date/Time]
FROM [Job Variable Data] AS P2
WHERE P2 [Pallet ID] = P1 [Pallet ID]);


Any more suggestions?

AJ