I´m trying to rename an Access Table using VBA from Excel... any help?
|
1
|
|||||
|
|
|
Here's an example from one of my programs (which still is in daily use at the company). It's taken from a vb6 program, but also executes in vba. I've tested it to be sure. In this example we have a temporary table with the name "mytable_tmp", which is updated with new data and we'd like to save this to the table "mytable" by replacing it. From your Excel vba editor you'll need to set a reference to the following two type libraries:
The first one is for the ADODB namespace and the second for the ADOX namespace. (Maybe you have an earlier version of MDAC like 2.5 or earlier; this should work too).
Hoping to be helpful. |
||||||
|
|
|
How about:
|
||||||||
|
