I have a table (150K records) in which the primary key field (has to be text) has records with extra zeros to the left.
I need only six digits from the right and it has to be in the text datatype as I am using it in a query and form.
I need to get rid of the extra zeros so that all the records (historical) are in six-digits.
Please help