rickyoswaldiow
Programmer
Morning all. On my form today I have a checkbox that can enable or disable a combo box. For this I am using the Click event of the checkbox then an If statement to check its own state and enable/disable the combo. I have a problem however - this check box is also toggled by another event (it's reading data from a recordset) and this also seems to trigger the Click event! I only want the event to trigger if the user actually clicks it with the mouse - I have tried MouseUp and Down... Any ideas?