S
SusanS
The original field has 1, 2 or three characters, i.e
1, 12, or 1234. I need to put preceding zeros so it wil
always fill up five spaces, i.e.
00001 or
00012 or
00123
Right now the original field is a whole number field. Do I
need to change it to text. What is the right syntax to
put into an update query. I don't know sql.
1, 12, or 1234. I need to put preceding zeros so it wil
always fill up five spaces, i.e.
00001 or
00012 or
00123
Right now the original field is a whole number field. Do I
need to change it to text. What is the right syntax to
put into an update query. I don't know sql.