Results 1 to 2 of 2
  1. #1
    Mschneider331 is offline Novice
    Windows 10 Access 2016
    Join Date
    Sep 2016
    Posts
    6

    String Functions in a Query

    I need to create a query using a customers table that will display the city, state and zip code on one line in a format that is standard on envelopes. I must use a sting function.

    Example:

    Los Angeles, CA 90501




    Can anyone help me I'm trying to research online but I'm having trouble finding instructions.

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    This is flagged as solved; is it? If not, you can concatenate:

    City & ", " & State & " " & Zip

    using your field names of course.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

Please reply to this thread with any new information or opinions.

Similar Threads

  1. String Functions in Query not compiling???
    By WallyZ in forum Queries
    Replies: 4
    Last Post: 03-13-2016, 11:31 PM
  2. Replies: 3
    Last Post: 06-08-2014, 05:36 PM
  3. Date functions in a query
    By ccordner in forum Queries
    Replies: 1
    Last Post: 01-27-2012, 01:45 PM
  4. String functions
    By posstrap in forum Access
    Replies: 1
    Last Post: 08-12-2011, 09:08 PM
  5. Replies: 5
    Last Post: 03-10-2011, 02:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums