Results 1 to 4 of 4
  1. #1
    CheguTom is offline Novice
    Windows XP Access 2003
    Join Date
    Dec 2010
    Posts
    2

    Linking to 192.168.10.5/something.csv

    Hi
    I have a remote sensor residing at an ip address and can reach by browser at http://192.168.10.5/data/output.csv

    I would like to open it as a text file or import it into a database using VBA code.

    How do I reference it. I tried

    Open http://192.168.10.5/data/output.csvfor input as #1

    What am I missing?

    I would also be happy to import it to a local table or link to it

    Thanks



    Tom

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    why not download it, then import it with the wizard?

  3. #3
    CheguTom is offline Novice
    Windows XP Access 2003
    Join Date
    Dec 2010
    Posts
    2

    linking to file

    Hi

    I can download and import with the wizard. I would have to do that every day!

    I want to automate the process with code

    Thanks

  4. #4
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Seems to me that you should be able to map that address/folder to a drive letter.

    192.168.xxx.xxx tells me that you have a LAN. Map that address to a drive letter, then use the drive letter in your code. You would have to have the path to the "/data" folder shared.

    Just an idea.....

Please reply to this thread with any new information or opinions.

Similar Threads

  1. BE / FE new table linking
    By jordanturner in forum Access
    Replies: 3
    Last Post: 10-22-2010, 10:48 AM
  2. Linking DB with Excel
    By Huddle in forum Import/Export Data
    Replies: 2
    Last Post: 09-09-2010, 07:40 AM
  3. Linking
    By Tang99 in forum Access
    Replies: 1
    Last Post: 03-03-2010, 08:32 AM
  4. Linking two tables
    By nitsua0491 in forum Forms
    Replies: 2
    Last Post: 10-02-2009, 07:48 AM
  5. Linking Tables?
    By briancb2004 in forum Access
    Replies: 0
    Last Post: 09-29-2008, 01:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums