Hi
i have one table
having IDs like this
S.No. ID Value
1 A Z
2 A Y
3 B X
4 C W
5 A W
now i create a query which having unique ids and value filtered=W
now result in query is
Id Value
C W
A W
now i want to replace all values of Id "A" and "C "into P and
how can i do it..
i have more than 50 records in query means more than 50 Ids with Same Filtered Value..
i want to replace all values of Ids , which are in query into P
if i do it one by one it takes too much time..i want to do it fast..
how can i do..
i think i clear my problem..
please help me
i have one table
having IDs like this
S.No. ID Value
1 A Z
2 A Y
3 B X
4 C W
5 A W
now i create a query which having unique ids and value filtered=W
now result in query is
Id Value
C W
A W
now i want to replace all values of Id "A" and "C "into P and
how can i do it..
i have more than 50 records in query means more than 50 Ids with Same Filtered Value..
i want to replace all values of Ids , which are in query into P
if i do it one by one it takes too much time..i want to do it fast..
how can i do..
i think i clear my problem..
please help me