Posted by Mintyman on 03/20/07 15:02
Hi,
I have a need to create a table detailing the ID of all contacts and the
last time they were contacted. This information is stored in 2 tables,
'contact' and 'activity' (ID in the 'contact' table links to 'main_contact'
in the 'activity' table).
I guess I need some sort if iteration to go through each contact and find
find the last activity that took place against each of them (there many be
more than 1 activity against each contact) and then place the output values
into the new table.
Can anyone show me how to go about this?
Thanks!
Navigation:
[Reply to this message]
|