Hi:
I am currently using a select query to parse an invoice text file (that I imported in) based on string functions that I enter into the column headings of my query. The query works, but I want to be able to be able to parse the information using a SQL statement instead in VBA. But the file contains special characters (a small square symbol) that the query will display and accept, but does not appear when I paste it into the VBA code windows. Anyway I can make this work. For example, one of my Field headings in my query is : "Part Number: SF_SplitLeft([Field2],"[]Qty")" (The []in front of Qty is where the square symbol appears since I can't reproduce it in this message). Thanks for your help in advance.
I am currently using a select query to parse an invoice text file (that I imported in) based on string functions that I enter into the column headings of my query. The query works, but I want to be able to be able to parse the information using a SQL statement instead in VBA. But the file contains special characters (a small square symbol) that the query will display and accept, but does not appear when I paste it into the VBA code windows. Anyway I can make this work. For example, one of my Field headings in my query is : "Part Number: SF_SplitLeft([Field2],"[]Qty")" (The []in front of Qty is where the square symbol appears since I can't reproduce it in this message). Thanks for your help in advance.