1stTimeOut
Technical User
From my database, I output to an Excel spreadsheet. The database shows two records, with some matching fields and some varying fields. I need Access to analyze the LABEL #s and if they match, combine the two records into one row of cells in Excel. I ran a macro using "ALT-Enter" to create a second line in a cell, and the code used was R1C1 and Chr(10).
This is what I have now: 2 rows in Excel
Qty MKT LABEL # CENTER SEQUENCE # Date 1
7 ATL abc-abc SANTA 3,4,5,6,7,8,9 11/9/2006
7 ATL abc-abc SANTA 0,1,2 8/30/2006
This is what I need: 1 row with two lines in a cell if needed
Qty MKT LABEL # CENTER SEQUENCE # Date 1
7 ATL abc-abc SANTA 3,4,5,6,7,8,9 11/9/2006
0,1,2 8/30/2006
Does this make any sense to you all?
Any help is GREATLY appreciated!
This is what I have now: 2 rows in Excel
Qty MKT LABEL # CENTER SEQUENCE # Date 1
7 ATL abc-abc SANTA 3,4,5,6,7,8,9 11/9/2006
7 ATL abc-abc SANTA 0,1,2 8/30/2006
This is what I need: 1 row with two lines in a cell if needed
Qty MKT LABEL # CENTER SEQUENCE # Date 1
7 ATL abc-abc SANTA 3,4,5,6,7,8,9 11/9/2006
0,1,2 8/30/2006
Does this make any sense to you all?
Any help is GREATLY appreciated!