I have data from a .txt file which is a report from a mainframe system. I have no control over the format of this data, and it is not something that will make a priority list for the mainframe people to change, so I'm stuck with it.
The report is by product line, approximately 10 items per product (Avg Daily Sales, MTD Sales, Wholesale Sales, Retail Sales, etc). The "columns" in the report are National total and regional totals. All I want is the total Retail Sales and total Wholesale sales, by product, at a national level, and I want to store this in a table.
I certainly can import this data, but I'm not sure how to extract just the pieces of data I need. I can perhaps use a DLookup() function, but this seems cumbersome and I can't quite wrap my head around how to go about it. Surely there is a simpler way? I am trying to keep this database as normalized as possible.
Thanks!
The report is by product line, approximately 10 items per product (Avg Daily Sales, MTD Sales, Wholesale Sales, Retail Sales, etc). The "columns" in the report are National total and regional totals. All I want is the total Retail Sales and total Wholesale sales, by product, at a national level, and I want to store this in a table.
I certainly can import this data, but I'm not sure how to extract just the pieces of data I need. I can perhaps use a DLookup() function, but this seems cumbersome and I can't quite wrap my head around how to go about it. Surely there is a simpler way? I am trying to keep this database as normalized as possible.
Thanks!