User Profile

Collapse

Profile Sidebar

Collapse
LuCnt
LuCnt
Last Activity: Mar 1 '07, 02:40 AM
Joined: Feb 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • LuCnt
    replied to Selecting multiple check boxes
    my apologies, its VBA. I will try what you suggested.
    Thank you very much for your time.
    See more | Go to post

    Leave a comment:


  • LuCnt
    started a topic Selecting multiple check boxes

    Selecting multiple check boxes

    I am using Visual basic 6 and i want to be able to select more that one response in a option group with check boxes. As it is now i can only select one response at a time. the code looks like this. The option group is fractivities

    Code:
    Private Sub FrActivities_Click()
    If Me.FrActivities.Value = 1 Then
      Cusactivities = " Running "
    End If
    If Me.FrActivities.Value = 2 Then
      Cusactivities = "
    ...
    See more | Go to post
    Last edited by Killer42; Feb 13 '07, 06:00 AM. Reason: Please include CODE tags
No activity results to display
Show More
Working...