Patrick McNally
New member
- Local time
- Today, 13:26
- Joined
- Feb 12, 2010
- Messages
- 5

The 1st column is like a tag that states this is field 01 = Name , field 02 = Address , field 03 = City , field 04 = ZIP
the 2nd column is the data that belongs in that field.
Current Data:
01 Patrick
02 Main St
03 Springfield
04 12345
01 Roger
02 Elm St
03 Boston
04 02241
01 Mary
[SIZE=+0]02 Canal St [/SIZE]
03 Waco
04 87645
Desired Excel Spreadsheet 5 Columns :
[SIZE=+0]Record1 Patrick Main St Springfield 12345
Record2 Roger Elm St Boston 02241
Record3 Mary [SIZE=+0]Canal St Waco 87645
[/SIZE][/SIZE]
[SIZE=+0]In this example this should be just 3 Rows with the 4 fields filled in (5 if a record counter is created).[/SIZE]
[SIZE=+0]Current Data: My 2 Columns of data in an Access Table are really 53 rows of data each for (50,000 sets of data) - that makes 2,650,000 records in the DB. Note: It was imported from a Fixed Width TXT File (columns 1 - 2 are the filed, 3 - 50 is the data) so if something can be done for importing into Access into 53 columns - that would work too!
Goal: I need to create a single EXCEL spreadsheet that is 53 Columns Wide and 50,000 rows. If I parsed it straight into Excel would equate to 41 TABS and then I'd need to convert them with Vlookup or Pivot Tables which will not work...
I'm hoping there is a 'script' that I can run to populate the data into Excel as a Matrix / Array??? or that on import into Access it can use the 1st column to place the data in the appropriate column...
[/SIZE]Does anyone know a method to do this using Access / Excel tools ?