Results 1 to 2 of 2
  1. #1
    ceebee is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Apr 2017
    Posts
    12

    Email address concatenate...maybe?

    Hi

    In an Access 2013 form, I am trying to perform the following:

    In a text box a user adds their email name. This will concat with the domain name.

    For example, the user adds his name 'joeblow' in the text box. This will concatenate with the domain name....@abc.com (that is already visible to the user).

    can anyone please provide me instructions on how to do this?

    Thank You

    Ceebee

  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,518
    In code?

    Me.OtherTextbox = Me.NameTextbox & "@abc.com"
    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: 2
    Last Post: 05-04-2017, 08:06 AM
  2. Replies: 1
    Last Post: 11-07-2016, 11:18 AM
  3. Email report to value (email address) in a field
    By JackieEVSC in forum Programming
    Replies: 7
    Last Post: 08-28-2015, 11:18 AM
  4. Replies: 1
    Last Post: 05-01-2014, 11:37 AM
  5. Replies: 1
    Last Post: 07-16-2013, 12:16 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