Results 1 to 3 of 3
  1. #1
    Paul H's Avatar
    Paul H is offline Expert
    Windows 10 Access 2016
    Join Date
    Sep 2011
    Location
    Richmond, VA
    Posts
    591

    Tabbed Control that should not affect text box

    I have as form with a tab control and a text box. The text box has a concatenated string pulling from the data source of the master form. The first picture is an example of the way the form should look. Here's the rub. When you click on the third page of tab control the data in the text box disappears. This is the only page that does that. You can see that in the second picture. Apparently this goes back many editions. I just noticed this today.



    Click image for larger version. 

Name:	txtCSB 1.JPG 
Views:	9 
Size:	32.5 KB 
ID:	42623

    Click image for larger version. 

Name:	txtCSB 2.JPG 
Views:	9 
Size:	23.2 KB 
ID:	42624

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    you must have the txt box in the frame of tab 1.
    take the text box out of the frame box and put it above the tab control. Then it will always show.

  3. #3
    Paul H's Avatar
    Paul H is offline Expert
    Windows 10 Access 2016
    Join Date
    Sep 2011
    Location
    Richmond, VA
    Posts
    591
    It wasn't that it wasn't showing. It already was out of the frame box. Something on that tab was keeping it from refreshing.


    I think I fixed it. I use this when a textbox doesn't refresh.

    Code:
    Private Sub tabDataQualityTools_Click()
        Forms!frmMain.txtCSB.Requery
    End Sub

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

Similar Threads

  1. Replies: 2
    Last Post: 04-21-2020, 01:48 AM
  2. Form order control of Tabbed Documents
    By BlindSquirrel in forum Forms
    Replies: 9
    Last Post: 02-21-2017, 09:55 PM
  3. tabbed control with combo boxes
    By vicsaccess in forum Forms
    Replies: 13
    Last Post: 12-15-2015, 11:43 AM
  4. Replies: 1
    Last Post: 10-06-2015, 06:50 AM
  5. Replies: 12
    Last Post: 12-13-2011, 04:04 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