okay, I am trying out the DMAX Function in a query but it returns an #error in the field and returns all values
SELECT tbl_Master.MasterID, tbl_Master.PName, tbl_Master.Ver, tbl_Master.Date_Entered, tbl_Master.Loc, tbl_Child.ChildID,
DMax("[DateTimeStamp]","tbl_Child","[tbl_Child.MasterID]='"&...