Pulling data from a text file to generate a report

Posted by Edmond on Stack Overflow See other posts from Stack Overflow or by Edmond
Published on 2010-04-16T17:07:51Z Indexed on 2010/04/16 17:13 UTC
Read the original article Hit count: 348

Filed under:
|

Have a program in Access, using VBA. I need to come up with an If statement to pull data from a text file. The data is a list of procedures and prices. I have to pull the prices from the text file to show in a report how much each procedure costs.

ID PID M1 M2 M3 Total
1 11120390(procedure)
2 180(price) 360 180 540 1080(total Price) 3 2 1 3 6(Units sold) 4
5 200(Price) 200 600 800 1600(total price) 6 1 3 4 8(Units Sold) 7 11120390(procedure)

The table in the text file is setup like this and I need to Pull the procedure number and the price of each procedure from the text file.

© Stack Overflow or respective owner

Related posts about access

Related posts about vba