flaviooooo
Programmer
Hi,
we have a textfield that contains a certain text.
Now I would like to create a query that will check if the field contains the word 'INVOICE ', and then it would take the 5 characters behind it and put it into another field.
For example :
Textfield = "INVOICE 12345 + order 123" -> return 12345
Textfield = "Order 2 = INVOICE 12346" -> return 12346
Textfield = "No Invoices" -> return nothing
I guess this will be fairly simple, but I just need some help.
Kind regards,
flaviooooo
we have a textfield that contains a certain text.
Now I would like to create a query that will check if the field contains the word 'INVOICE ', and then it would take the 5 characters behind it and put it into another field.
For example :
Textfield = "INVOICE 12345 + order 123" -> return 12345
Textfield = "Order 2 = INVOICE 12346" -> return 12346
Textfield = "No Invoices" -> return nothing
I guess this will be fairly simple, but I just need some help.
Kind regards,
flaviooooo