R
Ramesh
HI,
I have a Task table with details of the task like Task ID. There is
another Action table with records of action taken with a ActionDate field.
How can I make a query to get the last action taken date for each Task ID,
keeping the query updateable? The purpose is to look at the last action of
each Task and check a Yes/No field for Task complete in the Task Table.
Without this I am having to go through all the action taken, when I need to
be seeing only the action taken on the latest date for each task.
Thanks for any help.
Ramesh
I have a Task table with details of the task like Task ID. There is
another Action table with records of action taken with a ActionDate field.
How can I make a query to get the last action taken date for each Task ID,
keeping the query updateable? The purpose is to look at the last action of
each Task and check a Yes/No field for Task complete in the Task Table.
Without this I am having to go through all the action taken, when I need to
be seeing only the action taken on the latest date for each task.
Thanks for any help.
Ramesh