Results 1 to 4 of 4
  1. #1
    jairgarza is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Oct 2017
    Posts
    18

    expression.visible

    Hi there,

    I have an unbound textbox (StId) with VBA on enter, all working fine, then I was trying to get some other text boxes added but set as visible = false until StId was not "" and StId was not found, then they will appear... also that worked ok, the issue happened when I added a line to hide the StId (StId.Visible = False) if the new boxes were set to Visible = True, now none of the boxes appear, I have deleted all that code and still nothing, I have tried to add StId.Visible = True on several lines and still nothing, when I run the form it just shows blank... any ideas?

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,816
    The same procedure to set StId visible would also require the code to set other controls visible, or call another procedure that sets them.
    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
    jairgarza is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Oct 2017
    Posts
    18
    could you be little bit more specific? Like I said, I set StId.Visible = True on several lines to try and nothing, the initial idea was to include StId.Visible = true at the end where my variables are reset, and also set all the other boxes to False to start over, now none show when I run the Form, I have tried to set them all as visible from the Properties, from Code (both) and nothing....

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,816
    If you want to provide db for analysis, follow instructions at bottom of my post.
    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.

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

Similar Threads

  1. Replies: 5
    Last Post: 08-14-2017, 02:19 AM
  2. Replies: 17
    Last Post: 08-03-2017, 06:08 PM
  3. Replies: 16
    Last Post: 03-26-2015, 08:35 PM
  4. Replies: 4
    Last Post: 11-04-2014, 07:35 PM
  5. Replies: 2
    Last Post: 01-06-2011, 04:38 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