Hello,
I am tasked with providing code for backup of linked tables. These tables are supposed to be saved in a new database but as a local file.
I have the code for transferring the linked tables into a new database.
Sub BackUp()
Dim dTime As Date
On Error Resume Next
dTime...