Hi guys,
I'm using Last to pull the latest date and time (separate fields) in a Many table, linked to a One table.
1: Data_Tasks
Many: Data_Task_Update_History
What I'm finding is that it is finding the date/time of the last record ID in Data_Task_Update_History, rather than the Last Date.
I've discovered that the 'last record ID' is when the last "update" is on a date/time, when that ID is the largest.
Example:
It will pull up the information for Task 226, instead of task 200.
Hope that made sense.
I'm using Last to pull the latest date and time (separate fields) in a Many table, linked to a One table.
1: Data_Tasks
Many: Data_Task_Update_History
What I'm finding is that it is finding the date/time of the last record ID in Data_Task_Update_History, rather than the Last Date.
I've discovered that the 'last record ID' is when the last "update" is on a date/time, when that ID is the largest.
Example:
Code:
TaskID DateofUpdate
226 1/8/06
200 14/8/06
190 13/8/06
It will pull up the information for Task 226, instead of task 200.
Hope that made sense.