Hi, I am new at using SQL and I made a very simple query to pull a few fields from 2 different tables. Now I need to add a field from a 3rd table but I am not sure how to link them. My statement so far is:
select key1 as 'ASI#', contact1.Company, contsupp.contact as "Type", contsupref as "Web...