I have a .dbf table with several fields. I would like to replace a new char. field that I created (c, 10) with the values from a numeric field (n, 10), padding the first several places with "0"'s. I know how to do this when using 2 character fields, but can't get it right when trying with num>char. Thanks in advance.