User Profile

Collapse

Profile Sidebar

Collapse
ezappsrUS
ezappsrUS
Last Activity: Jun 12 '23, 10:30 PM
Joined: Jun 6 '23
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ezappsrUS
    replied to Hide Labels depending on checkbox value
    Thanks for the tips. Question is solved.
    See more | Go to post

    Leave a comment:


  • ezappsrUS
    replied to Hide Labels depending on checkbox value
    Additionally, if I change to single form then code works when paging down. Form is needed to show many records (continuous) for users to view and choose. Thanks again.
    See more | Go to post

    Leave a comment:


  • ezappsrUS
    started a topic Hide Labels depending on checkbox value

    Hide Labels depending on checkbox value

    Hi,
    I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox [active] being checked or not. Below is the code. Visibility is not adhering to the record [active] checkbox value. Screenshot also below. Any ideas?
    Code:
    Private Sub Form_Current()
        Dim db As DAO.Database
        Set db = CurrentDb
    
        lblinactive.Visible
    ...
    See more | Go to post
    Last edited by NeoPa; Jun 11 '23, 07:03 PM. Reason: Added [CODE] tags and formatted code to be legible.
No activity results to display
Show More
Working...