A
Andi
Hi,
I have created a database which takes the audit history of tickets, and
stores it in a memo field.
I have some code which will examine this field to find the first team that a
ticket was assigned to, however I have a requirement to build an "assignment
history".
This history should consist of each team in turn that the ticket was
assigned to, which will be output to a text file (I have written code for
outputting to the file). I have tried using left$ and right$ to no avail,
so any advice I could get would be great.
For information, every time a ticket is assigned, an entry into the audit
history is made like so:
Assigned to Team: Team 1
Assigned to Team: Team 2
etc.
Many thanks in advance of any replies,
Andi
I have created a database which takes the audit history of tickets, and
stores it in a memo field.
I have some code which will examine this field to find the first team that a
ticket was assigned to, however I have a requirement to build an "assignment
history".
This history should consist of each team in turn that the ticket was
assigned to, which will be output to a text file (I have written code for
outputting to the file). I have tried using left$ and right$ to no avail,
so any advice I could get would be great.
For information, every time a ticket is assigned, an entry into the audit
history is made like so:
Assigned to Team: Team 1
Assigned to Team: Team 2
etc.
Many thanks in advance of any replies,
Andi