Thanks all who read and answer my and everyone elses questions.
I am not quite sure how to go about this. I have a main table: tblJobs and JobID relates to many records in tblRemainingHours. I want to get the most recent remaining hours date (RmgDate) record in my query.
I have tried using max and last, both of which don't work.
I have even used =Dmax("[RmgDate]","tblRemainingHours","[JobID]= " & [JobID]) this gives me a "JobID refers to multiple JobID....."
Everything I try gives me all the records of each job in tblJobs. Someone has definately had this problem..
Thanks,
Nishan
I am not quite sure how to go about this. I have a main table: tblJobs and JobID relates to many records in tblRemainingHours. I want to get the most recent remaining hours date (RmgDate) record in my query.
I have tried using max and last, both of which don't work.
I have even used =Dmax("[RmgDate]","tblRemainingHours","[JobID]= " & [JobID]) this gives me a "JobID refers to multiple JobID....."
Everything I try gives me all the records of each job in tblJobs. Someone has definately had this problem..
Thanks,
Nishan