hey,
Is it posible to somehow intigrate this code or some other code that would do the same in to query?
code:
str1 = Right(Me.Text1, InStr(Me.Text1, "Ex") + 2)
I have a table1 with filed "EXZ" and that field contain some data like "7.5/400/Eex de IICT4" now i would like to run an update query on that table and update field "EXZ" from "7.5/400/Ex de IICT4" to "Eex de IICT4". The last part of the data is not allways the same but it does allways start with "Ex"! So is that even posible to do with query or do i have tu use a macro or what?
THX
Is it posible to somehow intigrate this code or some other code that would do the same in to query?
code:
str1 = Right(Me.Text1, InStr(Me.Text1, "Ex") + 2)
I have a table1 with filed "EXZ" and that field contain some data like "7.5/400/Eex de IICT4" now i would like to run an update query on that table and update field "EXZ" from "7.5/400/Ex de IICT4" to "Eex de IICT4". The last part of the data is not allways the same but it does allways start with "Ex"! So is that even posible to do with query or do i have tu use a macro or what?
THX