I update a table using an update query. Part of the updating includes converting a field format from numeric to text. All of this works fine. However, the text field needs to contain 5 characters. For example if the data is 205 it needs to read 00205 or if the data is 1 it needs to read 00001. Can someone tell me how to pad the data with zeros using code until the field contains five characters?
Thanks,
Arlene
Thanks,
Arlene