R
rlm
Not certain how to describe this one. A combox is placed on a form.
The form is called from a continuos list via a mouse down event.
If Button = acRightButton Then
DoCmd.OpenForm "frmTask", acNormal
End If
The form, frmTask, has absolutely no code behind it. It has a combobox
with a row source type of "value list" and a row source of
""Complete";"Complete with a Problem";"Abandoned"".
The form, frmTask, is set to allow edits, allow additions and allow
deletions all = yes.
The value in combobox cannot be changed... until the user right clicks
on the combobox.
!?
What am I missing?
The form is called from a continuos list via a mouse down event.
If Button = acRightButton Then
DoCmd.OpenForm "frmTask", acNormal
End If
The form, frmTask, has absolutely no code behind it. It has a combobox
with a row source type of "value list" and a row source of
""Complete";"Complete with a Problem";"Abandoned"".
The form, frmTask, is set to allow edits, allow additions and allow
deletions all = yes.
The value in combobox cannot be changed... until the user right clicks
on the combobox.
!?
What am I missing?