Search results

  1. C

    HTML Interface to Access data

    I have some HTML (not a web site, but on a CD we distribute to our sales guys) that I would to have interact with an Access Table. Read from one Table, write to another (temporary) table from HTML (and a little JavaScript). There must be a bizillion places where this can be described, I'm just...
  2. C

    ArcCosine Trig Function

    Is there a function for Arc-Cosine? I see the standard Sin & Cos, and know that VisualBasic has one (I'm trying to compute the distance between two postal codes for a LookUp function)
  3. C

    Importing Large Excel Tables

    When I import an Excel Spreadsheet of 46,000 lines, the import is always truncated to 16,000 lines. I have a sample database where someone else was able to import all 46,000 ... any ideas on settings, etc?
  4. C

    Web picture table links

    This is a different take on a previous question. What is the best way to link a table to a JPEG file?
  5. C

    OLE Link for JPEG Files

    I am creating a product catalog and can link Bitmap files in a table. The problem is that I would rather Link to (smaller) JPEG files, and I keep getting an OLE error, to the effect that I do not have the right driver installed? My guess is that the bitmap structure is native and covered in...
Top Bottom