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 derfloh 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. Tonesterman

    Memo Field adjust display

    My company has a DB that has a memo field that is VERY long. Is there any way to adjust the display format of this field. As of right now I am trying the following: Mid([LONG_MEMO_FIELD],1,65), Mid([LONG_MEMO_FIELD],66,65), Mid([LONG_MEMO_FIELD],131,65), Mid([LONG_MEMO_FIELD],196,65). But...
  2. Tonesterman

    Email Party list of records associated to them

    I am attempting to write some VB code that will look at a table and extract the following elements, Associate Email, Associates Name, Reference Number, Amount, Days outstanding, and Managers Email, from a table. Then I would like access to send an email to the Associate with a CC to the...

Part and Inventory Search

Back
Top