Consulting

Results 1 to 3 of 3

Thread: Solved: Checkbox Queries

  1. #1
    VBAX Regular
    Joined
    Nov 2012
    Posts
    16
    Location

    Unhappy Solved: Checkbox Queries

    I will describe the scenario as followed:
    1) The checkboxes available will be affect by the currency type user chooses.
    2) User choose currency "GBP" and only checkbox 1,3,5 is available.
    3) User ticks checkbox 3.
    4) User then change currency type from "GBP" to "USD".
    5) Checkbox 1,3,5 becomes unavailable but the tick at checkbox3 is still there.

    Therefore, how can i automatically clear the tick at checkbox 3??
    Can we use "After Update Event Procedure" on the "Currency Type combo box" to clear the tick? If yes, how can i do it?

  2. #2
    VBAX Mentor
    Joined
    Feb 2009
    Posts
    493
    Location
    Yes. Just set the checkbox objects value to false.
    -----------------------------------------
    The more you learn about something the more you know you have much to learn.

  3. #3
    VBAX Regular
    Joined
    Nov 2012
    Posts
    16
    Location
    Quote Originally Posted by BrianMH
    Yes. Just set the checkbox objects value to false.
    Solved. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •