Results 1 to 5 of 5
  1. #1
    pardhu81 is offline Novice
    Windows 8 Access 2013 64bit
    Join Date
    May 2017
    Location
    INDIA
    Posts
    7

    Question How to update text field in tab control which inserted in a form

    I have a FORM, and i have inserted a tab control on it.
    and then i have placed few text fields on the tab control.



    i can not update text fields using
    me.text field = value

    how i have to deal with text fields which placed on tab control?

  2. #2
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Controls placed directly on a Page of a Tabbed Control are referenced in the same manner as those simply placed on the Form, so your problem is probably coming from something else.

    Is this a Bound Control?

    Can you enter data into the Textbox via the keyboard?

    It might help us help you if you either copied and pasted the exact code you're using, or if you zipped up your file (removing any confidential data) and attached it to a post.

    Linq ;0)>

  3. #3
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    The intelisense should show you the correct syntax. Controls on tabs of a tab control are actually on the main form and the syntax is as if the tab control was not there. If you are using the embedded space in the name of the control then it should be [enclosed] in brackets.

  4. #4
    pardhu81 is offline Novice
    Windows 8 Access 2013 64bit
    Join Date
    May 2017
    Location
    INDIA
    Posts
    7
    oh my god

    you guys are awesome. I have removed bounding in properties. And it worked perfectly.
    Love you guys.

  5. #5
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    We're glad we could help and you got it sorted and thanks for marking the thread as Solved!

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

Similar Threads

  1. Replies: 3
    Last Post: 02-01-2016, 03:14 PM
  2. Replies: 9
    Last Post: 04-18-2014, 08:51 PM
  3. text box expression inserted to table
    By normie in forum Access
    Replies: 3
    Last Post: 03-13-2012, 04:14 PM
  4. Replies: 6
    Last Post: 03-14-2011, 09:37 AM
  5. Replies: 0
    Last Post: 03-01-2010, 07:42 PM

Tags for this Thread

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