rename action

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
 
C

Clifford Bass

Hi,

Use something like this for the parameters:

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

Clifford Bass
 
Top