rename action

  • Thread starter Thread starter Mrhappy9
  • Start date Start date
M

Mrhappy9

I want to rename an existing table using control contents of an open form as
the newname parameter. Is this possible or is it a VB thing? THX >MH
 
Hi,

Use something like this for the parameters:

=[Forms]![Form7]![txtNewName], Table, =[Forms]![Form7]![txtOldName]

Clifford Bass
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top