I have two tables, job and job_history_status that I can join on job_no in a one to many relationship. The job_history_status table may contain several rows of job status change dates for one job, but I only need to retrieve the most current job status change date. I've tried numerous ways to do this but am not satisfied. Any suggestions? Thanks.
Don Saluga
Don Saluga