Search results

  1. J

    Decent Graphs

    Does anyone know of an alternatative to Microsoft Graph Chart? I know that there are several others offered within Access, but most work on the principle of accessing an external database. I was hoping that someone in the community knew of a graph object that operates with the local database...
  2. J

    Access World Forums

    This online community is BEAUTIFUL!!! I love you all! The resources are simply too abundant. --Jeremy
  3. J

    Temporary dynamic recordsets

    For a report, I need to create a recordset that is not stored any place but can be edited. Has anyone come up with a way to do this?
  4. J

    Sporadic graphs

    A very annoying problem that I've been having is that the OLEGraphs on my reports seem to have no respect for consistancy in that they sometimes use the data provided in a table for them and other times they don't. I've thought about changing the datasheet from code before or when the report is...
  5. J

    Error# 3127

    I am trying to append to a table as a method of storing information for a report. To do this, I am using currentdb.execute "INSERT INTO....." and I get an error about the first field to be appended being unkown. I copy the query into access, reformat it, run it and everything works. Any ideas...
Back
Top Bottom