Hello,
I need some help...
I have a db, that contains two tables (tblAgents; tbl Service), the tblAgents, have one column with the username, and the username can be something like: XPT001 until XPT400; ZDTR01 until ZDTR25; PPTXR0001 until PPTXR1000.
In this table i want to add a column that contains only the initials of the user in the line, for example: XPT; ZDTR; PPTXR...
I'm having troubles to implement an update query that could help me in this task. In excell i use this: LEFT(A1,MIN( FIND({0,1,2,3,4 ,5,6,7,8,9},A1& "0123456789 "))-1).
But now i need something like this but in access because the quantity of records that i need to work.
can any one help me with this?
thanx,
I need some help...
I have a db, that contains two tables (tblAgents; tbl Service), the tblAgents, have one column with the username, and the username can be something like: XPT001 until XPT400; ZDTR01 until ZDTR25; PPTXR0001 until PPTXR1000.
In this table i want to add a column that contains only the initials of the user in the line, for example: XPT; ZDTR; PPTXR...
I'm having troubles to implement an update query that could help me in this task. In excell i use this: LEFT(A1,MIN( FIND({0,1,2,3,4 ,5,6,7,8,9},A1& "0123456789 "))-1).
But now i need something like this but in access because the quantity of records that i need to work.
can any one help me with this?
thanx,
Comment