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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BooneEngr

  1. BooneEngr

    Outlook subject line color

    This could be related... From your Inbox view, select View -> Current View -> Automatic Formatting. From here, you can set conditions that will change the font color/size/etc. for any entry listed in the current view.
  2. BooneEngr

    Count records in a report using criteria

    May be you could leverage off the following query, SELECT PKGE, Count(PKGE) AS CntPKGE FROM <<TABLE>> GROUP BY PKGE; If you only new the listing of those corresponding to &quot;twins&quot;, then add a WHERE clause just prior to the GROUP BY clause.

Part and Inventory Search

Back
Top