Search results

  1. T

    Query formula for "one year later"

    I have two tables, one shows the every time a machine was worked on since the year 2000 to present (planned maintenance), and the other table shows every time a machine broke down since the year 2000 (Forced). I can link on the machine name because they are identical in both tables. I want...
  2. T

    Very First Step In Launching an Application?

    I just recently upgraded from Access 97 to 2007. Our department inherited and application program programmed in Access (user interface for extracting specific data) that was programmed by somebody else using lots of VBA code. There are only 2 things suprisingly that are not functioning...
  3. T

    What does "Ambiguous name in a query expression" really mean?

    I am trying to write a cross tab query, with expressions that are saved as moduels in VBA form. Does this mean the expression is not recognized or possibly I have a syntax error? You can view the attachment to see what I have on the screen. Thank you for your help in advance.:rolleyes:
  4. T

    How do I place modules in a cross-tab query?

    I have a module named "ModFractions" that goes through 3 different calculation sub sections (PriceGrouper, FractionGrouper and ConvertFraction) that someone wrote for me. The code looks great, but I don't know how to make this VBA program to work in a cross-tab query. I am trying to add this...
Back
Top Bottom