Results 1 to 2 of 2
  1. #1
    selvakumar.arc is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2013
    Posts
    49

    Lightbulb How to connect MS Access with HTML page

    Hi All,

    I am using MS Access 2010. I have a requirement that I need to display the data from MS Access to HTML page based on the condition. Can anyone direct me, how to implement this in HTML?

    For ex: I have employees information in the MS Access linked table. In HTML I have a drop down control where I need to select the employee's id; then the selected employee information should displayed in popup window.

    I appreciate your support.

    Thanks


    Selvakumar R

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    Linking to what?

    How is the HTML dropdown list created?

    Data enabled web pages not easy. This is not really an Access or VBA issue. It is web page coding. You could export the data to an XML file and the web page can read the XML file as 'data'. Probably need some javascript code in the web page.

    Otherwise, use ASP or ASP.net or PHP or some other web programming interface for connecting to Access tables.

    VBA code can extract data from an HTML document.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 0
    Last Post: 08-20-2013, 11:26 AM
  2. HTML Mail sent from access
    By mari_hitz in forum Access
    Replies: 3
    Last Post: 09-20-2012, 06:08 PM
  3. Replies: 1
    Last Post: 03-19-2012, 11:03 AM
  4. Creating an HTML report as a single page
    By Harle in forum Access
    Replies: 2
    Last Post: 01-22-2011, 11:18 PM
  5. Replies: 5
    Last Post: 03-29-2009, 07:20 AM

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