R
Rod
Hello,
I have a simple table, tblWholesaler, with Address, Address2, City, State,
Zip, Zip4, Phone, First, Middle, last; all are of text length 50 except:zip
of length 5, Zip4 of length 4, phone of length 10.
I will be receiving Excel files which have no specific naming convention, so
I will need to select the files from a dialog box which I need to appear
asking for the filename. The Excel files will all have the same
structure/column headings. I'm looking to:
1) Select the file name
2) Select the tab name in the file
3) Import all of the data in the selected file into tblWholesaler, but
skipping the column headers
4) Once that file is imported ask for another file to append to
tblWholesaler until canceled.
Thanks Much!
I have a simple table, tblWholesaler, with Address, Address2, City, State,
Zip, Zip4, Phone, First, Middle, last; all are of text length 50 except:zip
of length 5, Zip4 of length 4, phone of length 10.
I will be receiving Excel files which have no specific naming convention, so
I will need to select the files from a dialog box which I need to appear
asking for the filename. The Excel files will all have the same
structure/column headings. I'm looking to:
1) Select the file name
2) Select the tab name in the file
3) Import all of the data in the selected file into tblWholesaler, but
skipping the column headers
4) Once that file is imported ask for another file to append to
tblWholesaler until canceled.
Thanks Much!