UnsolvedCoding
Technical User
I am working on a project that I took over. The gal who did this project would dump SQL to Notepad instead of putting it in Excel. The problem is that I have been given the task of not only putting a list of information from SQL into Excel but of sorting it in chronological sequence from left to right instead of top to bottom.
The claim number is the key and to remove enteries without notes a left outer join is used. The code runs in SQL. The notes have a date and to save hassle the date and the note are going to be put into the same cell.
First - How can I get the list in SQL to populate in Excel?
Second - How can I get the list to read left to right instead of top to bottom?
The claim number is the key and to remove enteries without notes a left outer join is used. The code runs in SQL. The notes have a date and to save hassle the date and the note are going to be put into the same cell.
First - How can I get the list in SQL to populate in Excel?
Second - How can I get the list to read left to right instead of top to bottom?