Hi,
Assuming I have a table called 'Combined' with three attributes.
Combined
id - Case_Num - Ticket_Count
I need to make an update query so that for every distinct Case_Num, write a "1" in the Ticket_Count. I've tried a few different things using DISTINCT and DISTINCTROWS but I'm getting nowhere!
This seems very simple, but I can't seem to get it to work. Any help would be greatly appreciated.
J
Assuming I have a table called 'Combined' with three attributes.
Combined
id - Case_Num - Ticket_Count
I need to make an update query so that for every distinct Case_Num, write a "1" in the Ticket_Count. I've tried a few different things using DISTINCT and DISTINCTROWS but I'm getting nowhere!
This seems very simple, but I can't seem to get it to work. Any help would be greatly appreciated.
J
Comment