I am very new to
VB 2005, and I have no idea how to proceed with this project. My task is to create a Windows Service that will import an orders.dat file that contains the following headers "FIRSTNAME", "LASTNAME", "ABANUMBER", "ACCOUNTNUMBER", "CITY", "STATE", "ZIP".
My goal is to create this service to import this file daily (Fri, Sat, & Sun would all need to be done on Monday as well), parse the data, and print a report with the same information in a different format.
Where do I start? Help me please!!!