Search results

  1. J

    Reporting Software

    Does any one know of a graphing software that can be added on to Microsoft Access? I need more extensive graphing capabilities for my reports. I am running multiple reports, so it is too lengthy to export to Excel.
  2. J

    DateDiff with Business Days

    Using the DateDiff function, can anyone tell me how to calculate the difference between two dates without taking the weekends into account? I'm interested in calculating business days between two dates. Thanks in advance, Jodi
  3. J

    Limit on Sum Fields

    Is their a limit on the number of fields that can be put in a running sum? I can get my sum field to work when I have numerous fields entered, until about the 10th field, and then it errors out. Is there a limit? How can I get around this? I need to sum 23 fields. THANKS IN ADVANCE!
  4. J

    Running Total with multiple fields

    I created a form in my DB that has several fields for dollar entry. There are 23 fields for each category, and 5 categories. Each category is on a tab. I set up running totals on the individual tab pages. Each tab page is divided into 6 rows. My running totals go across the tab pages. So...
  5. J

    Can I get rid of "Are you sure?" boxes on Macro?

    Here's the situation: I have 2 Make table queries that progressively spool into the 3rd parameter query. The report is based off this 3rd query. I needed to create a macro for the switchboard so the user could run the report after updating the database, by simply clicking a button, and all...
  6. J

    Continuous Tab Header to Detail

    Does any one know how to have continuous tabbing between form header to detail without using the mouse as data is entered? I have one form in the header and a subform in the detail. Thanks in advance.
  7. J

    Operators in Parameter Queries

    Thanks! You saved me a lot of time trying to figure out how to do it as a parameter.
  8. J

    Operators in Parameter Queries

    I am trying to set up parameter queries so that I can eventually get macros running. The problem I have is that I need to have Operators in the parameter criteria. Does any one know how to use ranges in parameter queries with operators? For example: Between 1 and 5. For example: Is null or...
Back
Top Bottom