Apr 12, 2008 #1 terrygtx Programmer Joined Apr 12, 2008 Messages 7 Location US Is is possible to use an SQL statement to reference tables in databases residing on other computers? I am hoping to avoid linking tables - but it may not be possible. TIA, t
Is is possible to use an SQL statement to reference tables in databases residing on other computers? I am hoping to avoid linking tables - but it may not be possible. TIA, t
Apr 13, 2008 #2 Remou Technical User Joined Sep 30, 2002 Messages 13,030 Location BE It is possible to use In: SELECT * From tblTable IN '\\ComputerX\Docs\TT.mdb' Upvote 0 Downvote
Apr 13, 2008 Thread starter #3 terrygtx Programmer Joined Apr 12, 2008 Messages 7 Location US Thank You!!! t Upvote 0 Downvote