D
DetRich
Hello All,
I would like do read certificate data from a spreadsheet and insert the data
into an existing table. Spreadsheet filename will be a hostname.
1. promprt user for path/filename.
2. Assign hostname/filename to a variable. This will be inserted into an
existing table along with each row from the spreadsheet.
3. Open that spreadsheet file, read a row and insert data from each row
into an existing table. The hostname/servername is inserted at the same time.
CAn anyone help me figure out how to do this? It can't be that hard, but I
am stumped. I just don't know enough about Access to code it. I'd like the
process to be triggered by clicking a command button.
When reading from the spreadsheet, can each row be inserted by itself, or
will I have to insert all rows at one time? Is it better to have all the
necessay code behind the command button, or is it better to put all the code
in a module, and call that module from the command button_On_Click?
If anyone can point me to a good online resource so I can better
learn/understand how to do this, that would be great!
TIA,
Rich
I would like do read certificate data from a spreadsheet and insert the data
into an existing table. Spreadsheet filename will be a hostname.
1. promprt user for path/filename.
2. Assign hostname/filename to a variable. This will be inserted into an
existing table along with each row from the spreadsheet.
3. Open that spreadsheet file, read a row and insert data from each row
into an existing table. The hostname/servername is inserted at the same time.
CAn anyone help me figure out how to do this? It can't be that hard, but I
am stumped. I just don't know enough about Access to code it. I'd like the
process to be triggered by clicking a command button.
When reading from the spreadsheet, can each row be inserted by itself, or
will I have to insert all rows at one time? Is it better to have all the
necessay code behind the command button, or is it better to put all the code
in a module, and call that module from the command button_On_Click?
If anyone can point me to a good online resource so I can better
learn/understand how to do this, that would be great!
TIA,
Rich