Hi all,
this code links specific file (my.csv) to currentdb.
sub links_file()
DoCmd.TransferText acLinkDelim, , "My_Name", "c:\my.csv", True
end links_file
Do you know how to link the same file but to another DB existing somewhere else?
Thx in advance for any help.
Mathematician