Search results

  1. L

    How do I change the default quarters in an OWC pivot table

    I have posted this question in MSDN office.developer.web.components and so far have not got a solution, I hope someone here can help instead. I am using Access 2003 (11.6566.6568) SP2 - Office Web Components (10.0.0.6765) I have a pivot table built using "Create data access page in Design...
  2. L

    Generate PDF Report

    I use PDF995 which has an ini file in the C:\Program Files\ folder. The ini file contains the path of where the PDF is to be saved. In vb I wrote a script which uses Write# to create my own version of the ini file which includes the path and filename of the PDF. I the used vb as per...
  3. L

    MS Office Web Components

    Hozer, I've created a 'website' that runs off a CD. When I set it up it was pulling data from Access tables on one of our network drives so the path OWC had was y:\mis\db.mdb To get it to pull the data from the CD instead I just edited the HTML using Notepad and searched for db.mdb and then...
  4. L

    How do I Replace '.' with '/'

    Thanks for you suggestion Martin, however the "replace" function is not listed in the expression builder otherwise I would have tried that already. Any other ideas?
  5. L

    How do I Replace '.' with '/'

    I have an Access2000 table with over 100,000 records and one of the fields is a text field which might contain a date entry. However, the database where the information comes from uses dots instead of slashes in dates (eg 01.01.2001 instead of 01/01/2001). So I need to replace each dot with a...
Back
Top Bottom