Cherish2007
Technical User
Hello, in one of my tables I have a column with the Fund Code Name field and it lists Fund Codes as text, but i entered numbers, ie. 1, 2, 3, etc. Now i need to convert these numbers into 3 digit numbers. For example 1 should become 001, 2 should become 002. One condition should be present, these numbers have to be entered as text. Should i run a separate query to turn this text into 001 and 002 numbers and then input it into the main table? Please help, many thanks!