Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mattner

    Automate Email out of Access

    Code might be an option. How would you go about doing it?
  2. mattner

    Automate Email out of Access

    I am trying to build a macro in order to send a custom email to multiple people out of a single table. The email will have a list of the individuals buying habits so some individuals might have 4 lines and others will have 10 lines. The Sendobject function does not seem to have this ability...
  3. mattner

    Emailing from Access

    Can you generate an email from Access? For example, if an invoice goes past due by a set number of days, is there some way a system generated email can be generated from access and sent automatically?
  4. mattner

    Need to Find WHERE a field is being used on report

    Thanks for all the help everyone. I found it in the sort criteria.
  5. mattner

    Need to Find WHERE a field is being used on report

    I have a large report with MANY fields involved. When I look at the table in feild explorer, there is a green check mark next to a field, but I cannot find where this field is being used on the report. I went through all the formulas as well, and could not see this field being referenced. Any...
  6. mattner

    Need help creating creating formula for dtae range...

    Thanks so much. I learned something else today!!!
  7. mattner

    Need help creating creating formula for dtae range...

    Worked beautifully. Now another silly question: How do I relect what date range the report is showing in the report header?
  8. mattner

    Need help creating creating formula for dtae range...

    I have to put some reports on Crystal Enterprise. The first will be scheduled to run weekly on Monday morning to show all activity for the previoues week (Sunday to Saturday). The second will be similar, except it will be scheduled to run on the first day of the month, showing all the...
  9. mattner

    Need help creating a count summary on a formula field

    NICE!!!! It all works perfectly. Thanks so much for the help.
  10. mattner

    Need help creating a count summary on a formula field

    I believe this worked corectly showing me the grand total number of past due accounts. Now to add to the confusion I have this report grouped by: #1 - Division #2 - Collector Name I need to subtotal past due accounts by both groups as well as the grand total. Thaks for all your help MJRBIM!!!!!!
  11. mattner

    Need help creating a count summary on a formula field

    My past due formula is: if Maximum ({@Days past due}, {ARMAST.CUSTNO})>0 then "Yes" The @Days past due formula is : datadate - ({ARMAST.INVDTE}+{ARMAST.PNET}). Basically, todays date minus the invoice date plus the terms.
  12. mattner

    Need help creating a count summary on a formula field

    I tried this but the Insert Subtotal, Grand Total, and Summary options are greyed out.
  13. mattner

    Need help creating a count summary on a formula field

    I have a formula field that indicates whether or not the customer has a past due balance. I need to get a COUNT of all the past due accounts from this formula field. When I try creating the formula, I receive the error "The summary/running total field could not be created" I am using...

Part and Inventory Search

Back
Top