G
Guest
Hello,
I have a table with two fields; 'Reach' and 'Station'. For my particular
process, 'Reach' varies from 1-4 and 'Station' from 0-approximately 2200. I
am concatenating the values to form a unique 'Reach_Station' identifier, but
I want to be able to have the Reach_Station values sort properly when needed.
Therefore, I need to rename the values to be 01-14 and 0000-000n. As it is
now the concatenation of Reach = 1 and Station = 300 would read "1-300". I
want it to read "01-0300". Any suggestions? Thank you, Ruben
I have a table with two fields; 'Reach' and 'Station'. For my particular
process, 'Reach' varies from 1-4 and 'Station' from 0-approximately 2200. I
am concatenating the values to form a unique 'Reach_Station' identifier, but
I want to be able to have the Reach_Station values sort properly when needed.
Therefore, I need to rename the values to be 01-14 and 0000-000n. As it is
now the concatenation of Reach = 1 and Station = 300 would read "1-300". I
want it to read "01-0300". Any suggestions? Thank you, Ruben