I have a table with thousands of records, one of the fields contains figures of varying length (none more than 10 digits) Is it possible for code to search through each record, establish how many digits it has and then add zeros at the beginning to make the original number up to 10 digits. IF this seems a bit strange it is necessary in order to compare data with other data imported from an AS400 system. This task is normally performed manually and is quite time consuming.
Many, many thanks to anyone who can help or point me in the correct direction.
Many, many thanks to anyone who can help or point me in the correct direction.