Hi,
Can someone please help me convert the below SQL Server query into an Access friendly version?
Any help will be really appreciated.Code:select l1.* from tbl_sac_contract_1516_line l join tbl_sac_contract_1516_line l1 on l.com_CODE = L1.COM_CODE AND L1.TYPE = 'NCA' where L.c_no = 'c15'
Paul