K
kees
I have a table with a record telephone number where I have to concatenate an
extra digit depending on a condition. I have succeeded to make the
expression.
expr2:<dbname>.<phonenr>
Expr3:IFF(LEN([expr2]=6,"4"&[expr2]&,[expr2]
This means if I have a phonenumber comprising 6 digits I concatenate a 4
infront of it.
Now I want to make an update query to alter the record and write it back to
the same phone record.
What is the syntax for an update query?
Regards,
Bart
extra digit depending on a condition. I have succeeded to make the
expression.
expr2:<dbname>.<phonenr>
Expr3:IFF(LEN([expr2]=6,"4"&[expr2]&,[expr2]
This means if I have a phonenumber comprising 6 digits I concatenate a 4
infront of it.
Now I want to make an update query to alter the record and write it back to
the same phone record.
What is the syntax for an update query?
Regards,
Bart