Search results

  1. 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...
  2. 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...
  3. 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