Results 1 to 3 of 3
  1. #1
    zduffy is offline Novice
    Windows 7 64bit Access 2003
    Join Date
    Nov 2012
    Posts
    2

    Copy textbox to textbox from query

    I will attempt to explain this the best I can, so bear with me! Thanks!



    I have a form that pulls data from a query, and on the form I have a text box (Me.Phone) and every record has this text box. What I am wanting to do is copy this text box though out all the records. (I have it filtered to, two records and want the data copied to both text boxes)

    I have tried doing Me.Phone.Value = Me.Phone.Value (but obviously this is going to copy it self)

    What are the names of the other text boxes after the first? Me.Phone2? Im confused.


    Thank you for your time.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,926
    There are no 'other' textboxes. This is seen when the form is in Design view. The same textbox is repeated for each record of the form. It is the SAME textbox, just displaying the data saved for each record.

    What you want to automate is an update of records in table. This requires code.

    Why should the same value be in every record? Sounds like duplication of 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
    zduffy is offline Novice
    Windows 7 64bit Access 2003
    Join Date
    Nov 2012
    Posts
    2
    Quote Originally Posted by June7 View Post
    There are no 'other' textboxes. This is seen when the form is in Design view. The same textbox is repeated for each record of the form. It is the SAME textbox, just displaying the data saved for each record.

    What you want to automate is an update of records in table. This requires code.

    Why should the same value be in every record? Sounds like duplication of data.

    Doh. Lol! Thanks for your help. I can't believe Im not thinking here.

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

Similar Threads

  1. Need to Filter Query with textbox
    By jmshipe in forum Access
    Replies: 2
    Last Post: 08-12-2012, 05:46 AM
  2. Replies: 17
    Last Post: 02-08-2012, 10:06 AM
  3. Load textbox from another textbox
    By siddel77 in forum Programming
    Replies: 12
    Last Post: 08-30-2011, 01:46 PM
  4. Replies: 8
    Last Post: 05-26-2011, 09:23 AM
  5. using textbox with In () in query
    By TheShabz in forum Forms
    Replies: 4
    Last Post: 04-10-2010, 12:00 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