Search results

  1. B

    Combining access reports

    that was the other option will try that...thanks
  2. B

    Combining access reports

    Hi All, Is it possible for access to combine portions of premade reports? Say I created several reports, each referring to a specific report module (8 in total, with 10 sub versions of certain modules )which refer to differing portions of data from various tables. Can I programmatically...
  3. B

    Access weirdness

    Thanks Mission That solved it...just out of curiosity, what causes this to happen?
  4. B

    Access weirdness

    well... I was calling in an extra button inserted on the switchboard, after I had tried just using the switchboard...either resulted in the same problem... any ideas would be appreciated....
  5. B

    Access weirdness

    That was it thanks...still doesn't solve the hanging after the docmd.quit but I think that is another install type issue..... Bastien
  6. B

    Access weirdness

    I built a subscription application with Access 97. When I delivered it to the client, he was unable to view a set of labels,( gets a #Name? reference error, yet the query which drives the report is fine???) and the application does not exit properly, the .ldb file hangs around and the access...
  7. B

    VBA, Oracle and Access

    Hi So I wrote the code below and when it attempts to execute the connection / sql, it takes forever. The rendering tothe screen stops and the form doesn't even show. What causes this to take so long? The query itself is very quick when run through TOAD. So it's gotta be the connection...
Back
Top Bottom