Referencing reports from Microsoft Access

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Referencing reports from Microsoft Access

    I have several stores that I have generated different graph reports for. I am
    trying to set it up so that when the general manager from a store logs in he
    can select to view reports only pertaining to his store. For example, he can
    select to view the 'total store sales'report, or the 'total sales of widget x'
    report. All of these reports were created individually in Access. tHow do I
    go about referencing these reports from access in general? also, how do i set
    it up to where the gm gets to see only the reports that go with his store. I
    have a table set it with the different users and each gm has a unique storeID
    number. Any help with my dilema would be much appreciated.

    littlegreenmen Guest

  2. Similar Questions and Discussions

    1. [microsoft][odbc microsoft access driver] syntax error (missing operator) in query expression error
      I have a query I want to run using DBQwiksite siftware, which produces the syntax error (missing operator) in query expression error when...
    2. [Microsoft][ODBC Microsoft Access Driver] Could not start session.
      Does anyone know what this problem means??? Microsoft OLE DB Provider for ODBC Drivers error '80004005' Could not start session. ...
    3. MS Access 2000 reports to PDF
      Before I ask my question, I have extensively Googled this and spent the whole morning finding articles that support older versions of Access and...
    4. [Microsoft][ODBC Microsoft Access Driver]'(unknown)' is not a valid path error
      This is probably an old problem that most of you know how to fix (I hope!). The scenario is that I have a web server running an ASP site that needs...
    5. Reports won't run from Form in Access RT
      Hi All I have developed an application in Acces 2000 on a Win XP Pro machine. Now I have a form, and on it I get to choose dates and variuos...
  3. #2

    Default Re: Referencing reports from Microsoft Access

    First of all,
    I would recommend moving away from access, and move to MSsql or to MYsql,
    Access was not made for web access and some problem may occur, like data
    corruption or data lost

    to get access to your report you will have to create a web application ro
    replicate your reports
    no easy way,



    jorgepino Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139