I screwed up. I created a SQL table with char fields. Now when I try to post the data from the SQL table to an access table, it has null characters padding the data. I tried to trim the records, but the characters are not actually spaces. I tried to figure out how to use the replace function in vbscript, but have not had any luck. I have since changed the data type to varchar, but the existing data in the table still holds the padding.
Can anyone help.
Can anyone help.