ncalcaterra
Programmer
Hi, I know there are a lot of posts out there on importing an excel spreadsheet into access, but I can't seem to paste them all together to find something that works. Here's what I have:
table name = tImageLog
primary key of table "tImageLog" = ItemID (data type = number)
form name = fAllInOne
command button on form "fAllInOne" = cmdImportImageLog
The filename and location of the excel spreadsheets can and will be different, which is why I'd like to prompt the user to choose the file to import. I'd like to import the spreadsheets into table "tImageLog". I would like to add/append the data from the spreadsheet into the table. However, I also wonder if it's possible to prompt the user to decide if they would like to add to OR delete pre-existing records, before the data is uploaded into the table.
I would greatly appreciate any and all help - thank you very much for your time!
table name = tImageLog
primary key of table "tImageLog" = ItemID (data type = number)
form name = fAllInOne
command button on form "fAllInOne" = cmdImportImageLog
The filename and location of the excel spreadsheets can and will be different, which is why I'd like to prompt the user to choose the file to import. I'd like to import the spreadsheets into table "tImageLog". I would like to add/append the data from the spreadsheet into the table. However, I also wonder if it's possible to prompt the user to decide if they would like to add to OR delete pre-existing records, before the data is uploaded into the table.
I would greatly appreciate any and all help - thank you very much for your time!