DurandDude
Technical User
Like most I'm new to Impromptu. I need to join two tables having the same data but the keys are in different formats. Table A has part numbers that are 8 positions, right justified and blank filled. Table B has a 15 position part number that is right justified and zero filled. Somehow I think I need to zero fill the 8 position part number to a length of 15 before I can do the join but how do you do it?