Search results

  1. T

    Importing Html into Access via VBA

    Any information please!
  2. T

    Importing Html into Access via VBA

    I have separate html files and I want the data contained within those files stored as a single record for each html file. So file 0106.html will be stored in record 0106. But each html has a sub-nested table-/table sets of 6 tables inside a further single table. Inside each table are td-/td...
  3. T

    Importing Html into Access via VBA

    I need help in a multiple html import of data into access. I have over 600 html files that include multiple (around 7) <table></table> entries and I want to import all the data included inside each html file into a single record in an Access database. Has anyone every produced any free code that...
  4. T

    Time based chart not displaying correctly

    I tried to do this (Note: I was only using either X-Y or Line charts). I created a query before and used this as my basis for the chart. But I tried again using the CDate(), on building the chart (using the insert chart from the menu) as an X-Y chart, the system changed my date-time column using...
  5. T

    Time based chart not displaying correctly

    I have a table with three columns and 2000+ records. The columns are 'Date & Time' 'kVarh' and 'kWh'. The date & time are for half hour periods. I have tried to create a chart to show the kWh useage for a selected range (using two calender controls) but either the order comes out wrong (26/6...
Back
Top Bottom