K
Klaas
I have a text field of with values like this (five characters maximum):
D321
D1234
R56
R9
T42
I try to update to this:
D0321
D1234
R0056
R0009
T0042
I wonder if this can be done in a single update query. Your advice will
be appreciated greatly.
Klaas
D321
D1234
R56
R9
T42
I try to update to this:
D0321
D1234
R0056
R0009
T0042
I wonder if this can be done in a single update query. Your advice will
be appreciated greatly.
Klaas