Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    enricosx is offline Novice
    Windows 8 Access 2013
    Join Date
    Feb 2014
    Posts
    9

    Question Access 2013 Web App: how can copy text con textbox?

    i need to copy all text from all textbox to one text box


    Click image for larger version. 

Name:	txt.jpg 
Views:	14 
Size:	97.7 KB 
ID:	15328

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,970
    Are you trying to actually save concatenated value into table? Why?

    An expression in textbox control source can concatenate the data.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    enricosx is offline Novice
    Windows 8 Access 2013
    Join Date
    Feb 2014
    Posts
    9
    do not know

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,970
    Do not know what?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    Xipooo's Avatar
    Xipooo is offline Sr. Database Developer
    Windows 8 Access 2013
    Join Date
    Jan 2014
    Location
    Arizona
    Posts
    332
    Here. This is the module I use all the time. It was written by Terry Kreft and works great.
    Attached Files Attached Files

  6. #6
    enricosx is offline Novice
    Windows 8 Access 2013
    Join Date
    Feb 2014
    Posts
    9
    Quote Originally Posted by June7 View Post
    Do not know what?
    excuse to google translator
    I am not able to do what you've written.

  7. #7
    enricosx is offline Novice
    Windows 8 Access 2013
    Join Date
    Feb 2014
    Posts
    9
    Quote Originally Posted by Xipooo View Post
    Here. This is the module I use all the time. It was written by Terry Kreft and works great.
    access 2013 WEB APP accept only macro, no vb.

  8. #8
    Xipooo's Avatar
    Xipooo is offline Sr. Database Developer
    Windows 8 Access 2013
    Join Date
    Jan 2014
    Location
    Arizona
    Posts
    332
    Quote Originally Posted by enricosx View Post
    access 2013 WEB APP accept only macro, no vb.
    Oh Derp... Sorry. Totally missed the Web App part.

    I'll leave that up there though in case anyone needs a clipboard copying script.

  9. #9
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,970
    What do you not know?

    How to concatenate?

    How to save the concatenated string into table?

    You still haven't answered why you want to do this.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  10. #10
    Xipooo's Avatar
    Xipooo is offline Sr. Database Developer
    Windows 8 Access 2013
    Join Date
    Jan 2014
    Location
    Arizona
    Posts
    332
    June7, I don't think he knows how to concatenate.

  11. #11
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,970
    Expression in textbox Control Source property to concatenate data into multi-line string:

    =DATA & Chr(13) & Chr(10) & CLIENTE & Chr(13) & Chr(10) & UTENTE & Chr(13) & Chr(10) & PASSWORD & Chr(13) & Chr(10) & SERIALE

    What purpose does that serve?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  12. #12
    enricosx is offline Novice
    Windows 8 Access 2013
    Join Date
    Feb 2014
    Posts
    9
    THANK YOU
    Should I do this because I can not find a way to print or copy or exportare data only.

  13. #13
    enricosx is offline Novice
    Windows 8 Access 2013
    Join Date
    Feb 2014
    Posts
    9
    WORK:
    =Concat("Data: ",[DATACasellaDiTesto],"Cliente: ",[CLIENTECasellaDiTesto],"Utente: ",[UTENTECasellaDiTesto],"Password: ",[PASSWORDCasellaDiTesto],"Seriale: ",[SERIALECasellaDiTesto])

    error if i use
    & Chr(13)

    "value not valid"

  14. #14
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,970
    Why are you using Concat(). AFAIK, that is not an intrinsic function. Is it a custom function you built?

    Chr(13) & Chr(10) works for me as shown in my example.

    The print/export issue addressed in your other thread. How does concatenating data help?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  15. #15
    enricosx is offline Novice
    Windows 8 Access 2013
    Join Date
    Feb 2014
    Posts
    9
    you test it, on web app?

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Outlook 2013 + Access 2013 + HTML
    By Yann63 in forum Programming
    Replies: 2
    Last Post: 11-26-2013, 02:39 PM
  2. Replies: 2
    Last Post: 06-18-2013, 09:06 AM
  3. Access 2013 Web App with Sharepoint 2013
    By miguel.escobar in forum Access
    Replies: 7
    Last Post: 06-17-2013, 09:03 AM
  4. Copy textbox to textbox from query
    By zduffy in forum Programming
    Replies: 2
    Last Post: 11-08-2012, 02:36 PM
  5. copy data from text file into table in access
    By miziri in forum Programming
    Replies: 3
    Last Post: 08-12-2009, 03: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