Results 1 to 2 of 2
  1. #1
    philsan20 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    1

    filling in fields to make a full line


    I am making a manual for work using access to save all the commands we use. I have a drop down box to determine the command. I want to have fields users fill in and system adds to commands and displays output on screen. Example INFO1 and INFO2 would be what person added in a box. I want the output to be able to be copied as full line.

    RTRV-T3:INFO1:INFO2:<CTAG>;

    I have taken some basic Access and SQL classes. Is there a way to do this in Access.

  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,521
    Not clear on the goal, but you can mix fixed text and field values in a textbox:

    ="Fixed text here " & [FieldName] & " more text"
    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. Replies: 3
    Last Post: 01-21-2014, 12:28 AM
  2. Replies: 8
    Last Post: 08-20-2013, 03:03 PM
  3. How to make a subform break line?
    By newyorkyankee in forum Forms
    Replies: 1
    Last Post: 11-01-2012, 12:18 PM
  4. [need help] fields not filling up properly
    By shuto13 in forum Forms
    Replies: 5
    Last Post: 07-31-2012, 06:15 AM
  5. Filling in Fields
    By BigCat in forum Access
    Replies: 2
    Last Post: 05-19-2011, 02:02 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