I have an access query which I need to export to an excel spreadsheet. I am limited by access 255 character limit. I need 5 fields to combine into one excel cell (these fields combined are usually > 255 chars). The query therefore keeps the fields seperate but starts the 2nd, 3rd, 4th and 5th with **. I currently:
1) Export the query to a text CSV file
2) Load it in notepad and do a search/replace to replace ","** with nothing (the 5 fields are then enclosed in " " at each end.
3) Import the CSV into excel
There must be a quicker way!? Any ideas?!
1) Export the query to a text CSV file
2) Load it in notepad and do a search/replace to replace ","** with nothing (the 5 fields are then enclosed in " " at each end.
3) Import the CSV into excel
There must be a quicker way!? Any ideas?!