Hi all,
I have 2 tables, "tblJob" and "tblSupplers"
"tblJob" fields: job_no, suppler_no1, supplier_no2, supplier_no3.
"tblSuppers" fields: supplier_id, company_name.
Each job can have more than one suppler. I am trying to write a query that will do the following.
If job_no 1 has one supplier...