K
Kelly
I was given a database with hundreds of thousands of files. I have to update
it and in order to do so I have to first simplfy. Here is what I have.
I have a "Box" column in a table. In the table I have numbers and letters
Example
v0825
1
125
2
Can I add zeros to the table, and will it work if some fields have text.
This is what I want
v0825
00001
00125
00002
Also, I want to do this in the table because this is what they are using for
their searches. I will eventually clean this mess up, but need to do this
task first.
it and in order to do so I have to first simplfy. Here is what I have.
I have a "Box" column in a table. In the table I have numbers and letters
Example
v0825
1
125
2
Can I add zeros to the table, and will it work if some fields have text.
This is what I want
v0825
00001
00125
00002
Also, I want to do this in the table because this is what they are using for
their searches. I will eventually clean this mess up, but need to do this
task first.