smileychickie
Technical User
I have a table that logs hours worked on a particular job (hours table) and a table that holds all of the job data (jobs table). How do I create a query that will show me all of the jobs that are in the hours table but NOT in the jobs table? I want to be able to show which jobs have hours logged to them that aren't in the main jobs table.