by jhrBanker » Wed Nov 25, 2009 8:16 pm
I run an EZ job daily which creates an extract file containing over 4 million records, which I then import into an Access db. I created VBA code in the Access db that easily does the import everyday (the code formats a couple of fields during the import). Problem is I'm running into records that have invalid ascii characters, and it's causing the process to stop importing when the first such record is encountered. The invalid characters are always in the same field. All other fields are okay. Is there some way in EZ to test each character in the field first and replace any invalid non-printable character (ASCII <032 or >126) with a space?