Hi,
Sorry if this doesn't make sense..
Just building a database at the moment that logs conversations. I have one table called job data that holds job info such as job id, start date, end date etc etc.. Then another table linked with a relationship to this called convo data that holds the conversation info/history; convo id, convo time, convo date and convo. For each job there could be a number of converstion records..
What I want to do is display every active job and against that show the last convo id that is linked to each job.. I will then look at the time that the convo record was created and if over 2 days old use an update query to mark the job as closed.
Hmmm hope that all kind of makes sense... Would something like this be possible..?
Thanks in advance guys!
Sorry if this doesn't make sense..

Just building a database at the moment that logs conversations. I have one table called job data that holds job info such as job id, start date, end date etc etc.. Then another table linked with a relationship to this called convo data that holds the conversation info/history; convo id, convo time, convo date and convo. For each job there could be a number of converstion records..
What I want to do is display every active job and against that show the last convo id that is linked to each job.. I will then look at the time that the convo record was created and if over 2 days old use an update query to mark the job as closed.
Hmmm hope that all kind of makes sense... Would something like this be possible..?

Thanks in advance guys!
