AccessHelp123
Programmer
Hi,
I am trying to create a queries which deletes certain rows depending on another query.
SELECT *
FROM tableTemp
WHERE networkCC = 1 AND cellIdentity In (SELECT [Cell ID] FROM tableSiteStatus WHERE [Final Cut-Over Date]="Yes");
I need to delete values that have a networkCC = 0 if there exists a corresponding networkCC = 1 from the above query.
Can someone please help me with this. Appreciate it.
I am trying to create a queries which deletes certain rows depending on another query.
SELECT *
FROM tableTemp
WHERE networkCC = 1 AND cellIdentity In (SELECT [Cell ID] FROM tableSiteStatus WHERE [Final Cut-Over Date]="Yes");
I need to delete values that have a networkCC = 0 if there exists a corresponding networkCC = 1 from the above query.
Can someone please help me with this. Appreciate it.