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. rsmith904

    Truncating and appending records in a table in Access

    I have variable length data that need data appended to the end of the record. I'm using a select statement. I got a syntax error when using: SELECT trim(trailing from Global Address List.E-mail address) || '@usaid.gov', [Global Address List].First, [Global Address List].Last, [Global Address...
  2. rsmith904

    truncate and append records using ACCESS

    I have variable length data that need data appended to the end of the record. I'm using a select statement. I got a syntax error when using: SELECT trim(trailing from Global Address List.E-mail address) || '@usaid.gov', [Global Address List].First, [Global Address List].Last, [Global Address...

Part and Inventory Search

Back
Top