K
Kellie
I am trying to get a command button to do a rename,
however, I do not want to have a pre-determined name...I
want to choose the name on the fly.
Ex. I know you can do a rename by doing an [Event
Procedure]...
DoCmd.Rename "New Name", acTable, "Old Name"
I do not want to pick the new name. I want a box to come
up and the user will type in the name they want the table
to change to.
Is this possible????
Thank You
however, I do not want to have a pre-determined name...I
want to choose the name on the fly.
Ex. I know you can do a rename by doing an [Event
Procedure]...
DoCmd.Rename "New Name", acTable, "Old Name"
I do not want to pick the new name. I want a box to come
up and the user will type in the name they want the table
to change to.
Is this possible????
Thank You