I have a date formatted as mm/dd/yyyy date in a database and I need to extract it for an upload. How do I extract it as an 8 character numeric field? I've tried extracting the year,month,day - but when I try and concantenate, I get a sum rather than a string. HELP!!!!