Hi,
In have a macro running which processes some data. To get the data in I use
DoCmd.RunCommand acCmdLinkTables
The user selects the table they wish to process and it is linked but it is named as per the table they selected. I would like the link to be automatically renamed to a standard name I set so that I can reference it.
One thing that's possible is that I could say rename all tables to 'whatever' because there will only ever be that one table, but I am not sure how to do this in VBScript.
Help!
Thanks, Mark.
In have a macro running which processes some data. To get the data in I use
DoCmd.RunCommand acCmdLinkTables
The user selects the table they wish to process and it is linked but it is named as per the table they selected. I would like the link to be automatically renamed to a standard name I set so that I can reference it.
One thing that's possible is that I could say rename all tables to 'whatever' because there will only ever be that one table, but I am not sure how to do this in VBScript.
Help!
Thanks, Mark.