smohrmax
09-05-2009, 07:26 AM
Hi All,
I'm new to the VB6 thing. I am trying to convert and existing count program that was written in another code to VB6. Below is a sample of the current report format.
Product ID CompanyA CompanyB CompanyC Total
VB001 1 2 3 6
VB103 0 2 1 3
VB310 0 0 1 1
Total 1 4 5 10
This input datafile that is used is a csv (comma-delimited) file. The 2 field names I need to count is "Product ID" & "Company". When I parse the input record, "Product ID" is Field#5 and "Company" is Field#3. Any direction is greatly appreciated.
Thanks
I'm new to the VB6 thing. I am trying to convert and existing count program that was written in another code to VB6. Below is a sample of the current report format.
Product ID CompanyA CompanyB CompanyC Total
VB001 1 2 3 6
VB103 0 2 1 3
VB310 0 0 1 1
Total 1 4 5 10
This input datafile that is used is a csv (comma-delimited) file. The 2 field names I need to count is "Product ID" & "Company". When I parse the input record, "Product ID" is Field#5 and "Company" is Field#3. Any direction is greatly appreciated.
Thanks