Hi,
i am trying to do in one query left join like here:
		
		
	
	
		
	
as you can see it will work. Problem is that i have to match not only CustomerTopologyID but also ServerID with ServerIDFK in tblCustomerTopologyServers table.
But when i am doing:
		
	
i am getting error.
Please help,
Jacek
 i am trying to do in one query left join like here:
as you can see it will work. Problem is that i have to match not only CustomerTopologyID but also ServerID with ServerIDFK in tblCustomerTopologyServers table.
But when i am doing:
i am getting error.
Please help,
Jacek