H
h2fcell
Hello,
I’m using Access 2007 and I need help building a query that does a specific
task.
I have a table with the four following fields.
1. oid type Number
2. unique_id type Text
3. ticket_number type Text
4. ticketed_date type Date/Time
The issue is the ticket_number field. It can contain records like
7385226878
Or
7385226961/62
I need to take the records like 7385226961/62 and replace it with two
separate records using the same oid, unique_id and ticketed_date of the
original record.
19924123, 3, 7385226961, 11/24/2008
19924123, 3, 7385226962, 11/24/2008
My alternative, which is not ideal, would be to create a new field called
second_ticket.
Any recommendations are greatly appreciated as my brain has programmers block.
Thanks.
I’m using Access 2007 and I need help building a query that does a specific
task.
I have a table with the four following fields.
1. oid type Number
2. unique_id type Text
3. ticket_number type Text
4. ticketed_date type Date/Time
The issue is the ticket_number field. It can contain records like
7385226878
Or
7385226961/62
I need to take the records like 7385226961/62 and replace it with two
separate records using the same oid, unique_id and ticketed_date of the
original record.
19924123, 3, 7385226961, 11/24/2008
19924123, 3, 7385226962, 11/24/2008
My alternative, which is not ideal, would be to create a new field called
second_ticket.
Any recommendations are greatly appreciated as my brain has programmers block.
Thanks.