I have a table with a list of jobcodes(JOBS). I'm trying to create a query to pull information from another table that has a DeptNo and A jobcode in it. If the record has a dept code of XXX then I want to check the jobecode against the records in the JOBS table. If the jobcode is in the JOBS table I then want to return a certain value.
Help.
Help.