Results 1 to 3 of 3
  1. #1
    blacklistkilua is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Aug 2014
    Posts
    3

    How to copy textbox value of subform when click to textbox on mainform...

    help me please..i dont know what to do..im stuck

  2. #2
    cyanidem's Avatar
    cyanidem is offline Competent Performer
    Windows 10 Access 2010 64bit
    Join Date
    Nov 2015
    Location
    Consett, UK
    Posts
    270
    Not enough data. Even screenshot would be helpful, but in general:

    Code:
    Private Sub MainTextBox_Click()
        Me.MainTextBox.Value=Me![SubformName].Form!SubTextBox.Value
    End Sub

  3. #3
    blacklistkilua is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Aug 2014
    Posts
    3
    thanks bro...the code works..

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

Similar Threads

  1. Replies: 5
    Last Post: 04-30-2015, 01:50 AM
  2. Replies: 2
    Last Post: 04-20-2013, 03:37 AM
  3. Copy textbox to textbox from query
    By zduffy in forum Programming
    Replies: 2
    Last Post: 11-08-2012, 02:36 PM
  4. Replies: 3
    Last Post: 12-06-2011, 07:37 AM
  5. Replies: 8
    Last Post: 05-26-2011, 09:23 AM

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