User Profile

Collapse

Profile Sidebar

Collapse
tizzie
tizzie
Last Activity: Feb 14 '13, 09:52 PM
Joined: Sep 6 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tizzie
    replied to Enable CheckBox with ComboBox
    Thanks so much. Worked like a charm.
    See more | Go to post

    Leave a comment:


  • tizzie
    replied to Enable CheckBox with ComboBox
    Thanks. Will give this a try. You are correct, I just want the box to reflect a check mark in it when the combobox answer is Yes.
    See more | Go to post

    Leave a comment:


  • tizzie
    started a topic Enable CheckBox with ComboBox

    Enable CheckBox with ComboBox

    I need to enable a CheckBox(Jan) based on the selection of a ComboBox (Combo454) in Access 2010. The results I want is that when the answer of "Yes" is selected from the ComboBox then the CheckBox for the month of January will automatically be checked

    I've tried several code combination, the following being the last of many the still have not worked:

    Code:
    Private Sub Combo454_AfterUpdate()
    If Combo454.Value
    ...
    See more | Go to post
    Last edited by zmbd; Sep 6 '12, 10:17 PM. Reason: (z)placed required code tags
No activity results to display
Show More
Working...