S
Steven Ferguson
Hello,
I want to take an existing table (linked) in my database
and rename that table to something different. I know that
I can simply go into the database design view and rename
the object that way, but I want to do this through code.
In other words...
Before:
tbl_NameBefore
After source code (which I have no idea how to write)
is applied:
tbl_NameAfter
What Access 97 code would I write to make this happen?
Thanks
I want to take an existing table (linked) in my database
and rename that table to something different. I know that
I can simply go into the database design view and rename
the object that way, but I want to do this through code.
In other words...
Before:
tbl_NameBefore
After source code (which I have no idea how to write)
is applied:
tbl_NameAfter
What Access 97 code would I write to make this happen?
Thanks