To preface I know nothing about VBA, my primary position is a web developer using Adobe ColdFusion and some PHP. This gives me a little confidence with VBA, but I am still a complete noob and know pretty much nothing
I am trying to use MS Access 2010 to create a tool that will import a monthly CSV file and spit out a bunch of individual reports which can be given to clients. I have a form that will browse to a CSV file and append it to my stats table. The CSV file has 9 rows of report title before the column headers, then two lines of column totals under the header. These nine rows of report title throw off the import, and cause my macro to crash.
Is there a way to use VBA to ignore these first rows in Access 2010? Also if this were possible, could it also ignore the two rows under the column headers as well(rows 13 and 14)? The path to the file is stored in a form field [Forms]![Import]![Path]. Any help would be very appreciated.
I am trying to use MS Access 2010 to create a tool that will import a monthly CSV file and spit out a bunch of individual reports which can be given to clients. I have a form that will browse to a CSV file and append it to my stats table. The CSV file has 9 rows of report title before the column headers, then two lines of column totals under the header. These nine rows of report title throw off the import, and cause my macro to crash.
Is there a way to use VBA to ignore these first rows in Access 2010? Also if this were possible, could it also ignore the two rows under the column headers as well(rows 13 and 14)? The path to the file is stored in a form field [Forms]![Import]![Path]. Any help would be very appreciated.