realstandman
IS-IT--Management
How can I create a macro that will rename a table in a list?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[blue]DoCmd.Rename "[i]NewName[/i]", acTable, "[i]OldName[/i]"[/blue]
[blue]DoCmd.CopyObject [red]"[/red]TEXN TOP TEN DATA[red]"[/red], acTable, Text24[/blue]