I have a report using two databases. The report uses one database to list the jobs done and the amount spent on the work but the jobs are in code. The second database contains the code and the description. The two databases won't link. How can I take a record from one database and seach through the second for a matching code so I can print the description? I tried if header.jobcode = jobcode.jobcode then job.description but I get no results.