Results 1 to 7 of 7
  1. #1
    Lynette is offline Novice
    Windows XP Access 2003
    Join Date
    Nov 2010
    Posts
    3

    Transferring text within quotation marks

    I have a field containing some text in "quotation marks". Would it be possible to transfer this text to a new field? I have many entries so a global operation is essential.

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    Quote Originally Posted by Lynette View Post
    I have a field containing some text in "quotation marks". Would it be possible to transfer this text to a new field? I have many entries so a global operation is essential.
    that's a pretty faint description. the basic answer is yes.

  3. #3
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    He must want to ask: How?

  4. #4
    Lynette is offline Novice
    Windows XP Access 2003
    Join Date
    Nov 2010
    Posts
    3

    How do you transfer text in "quotation marks" to a new field?

    Am delighted that it is possible to transfer text in quotation marks to a new field globally. Please could you give some indication how this is done - if not too time consuming. I could get an IT person to do it for me.

  5. #5
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    Quote Originally Posted by Lynette View Post
    Am delighted that it is possible to transfer text in quotation marks to a new field globally. Please could you give some indication how this is done - if not too time consuming. I could get an IT person to do it for me.
    I'm inclined not to answer Lynette, because your lack of giving specifics is very frustrating. If you had:
    Code:
    "this is my text"
    in a field "myfield", and you want to transfer it to the next field in the same table named "myfield2", you would write in a query:
    Code:
    update table mytable set 
    
    [myfield2] = mid([myfield], 2, len([myfield]) - 2)

  6. #6
    Lynette is offline Novice
    Windows XP Access 2003
    Join Date
    Nov 2010
    Posts
    3
    Thanks very much ajetrumpet
    Lynette

  7. #7
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    not a problem. good luck

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

Similar Threads

  1. hyperlink data not transferring to destination table
    By markjkubicki in forum Programming
    Replies: 3
    Last Post: 09-17-2010, 06:12 PM
  2. Absolute beginner qu - transferring a database
    By kirstywing in forum Access
    Replies: 2
    Last Post: 09-07-2010, 02:12 AM
  3. Need help on transferring found record
    By awsmitty in forum Access
    Replies: 1
    Last Post: 01-22-2010, 09:11 PM
  4. Transferring Individual Records
    By bazillion in forum Programming
    Replies: 0
    Last Post: 01-25-2008, 12:13 PM
  5. Replies: 1
    Last Post: 10-23-2006, 03:45 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