Can I rename the table from the vba code?

polina

Registered User.
Local time
Today, 21:49
Joined
Aug 21, 2002
Messages
100
Hi

I am wondering if I could rename the table using vba code...

Thanks
 
Try this...

Code:
DBEngine(0)(0).TableDefs("Table1").Name = "Table2"
 

Users who are viewing this thread

Back
Top Bottom