Hi All. I have a real brain buster here. It's complicated so I am not looking for a solution, more like advice and iff possible internet resourses for learning.
My database is for equipment serviceing. I receive a multi-line report from the mainframe daily in the form of a .txt file. It looks something like this:
(the top two lines tell how to read the report the next lines are data. As you can see the parts go with a control number but there isn't a number printed. Each record starts with a control number.)
SHOP SECTION 5 SUB SHOP P PAGE 1 (This is the shop assignment)
CNTR# MODEL SER# DATEIN STATUS
RCVD CODE PN NAME STATUS
AB123 FORD 4567UI78 2215 AWTNG PTS
P 10101JKIOU BKORDERED
R 562LOBIDER RECEIVED
C 6548POPEYE CANCELLED
BA321 CHEVY 899999UH 2234 AWTNG PTS
P 8675309DAD SHIPPED
R 90210STCOM RECEIVED
I can run two seperate imports based on columns, but cannot figure out how to associate the parts to the cars. And I can't figure out how to add the shop / subshop to the car record.
This is pretty simplified, actually the report is 133 char wide, averages about 100 pages printed. Advice is appreciated. BTW a solution will earn you my first born or drink of choice. Thanks, -- Rap
My database is for equipment serviceing. I receive a multi-line report from the mainframe daily in the form of a .txt file. It looks something like this:
(the top two lines tell how to read the report the next lines are data. As you can see the parts go with a control number but there isn't a number printed. Each record starts with a control number.)
SHOP SECTION 5 SUB SHOP P PAGE 1 (This is the shop assignment)
CNTR# MODEL SER# DATEIN STATUS
RCVD CODE PN NAME STATUS
AB123 FORD 4567UI78 2215 AWTNG PTS
P 10101JKIOU BKORDERED
R 562LOBIDER RECEIVED
C 6548POPEYE CANCELLED
BA321 CHEVY 899999UH 2234 AWTNG PTS
P 8675309DAD SHIPPED
R 90210STCOM RECEIVED
I can run two seperate imports based on columns, but cannot figure out how to associate the parts to the cars. And I can't figure out how to add the shop / subshop to the car record.
This is pretty simplified, actually the report is 133 char wide, averages about 100 pages printed. Advice is appreciated. BTW a solution will earn you my first born or drink of choice. Thanks, -- Rap