C
Chad Cameron
Hi All (again),
My combobox filters the listbox. If nothing is selected in the listbox,
then I have a bunch of fields that are locked. When the user selects an
item in the listbox, everythying is unlocked (obviously). Now, if the user
selects a different item in my combobox, a new set of names are available in
the listbox (but I think the item is still selected even though I cannot see
it). So I set my listbox to Null (non-multiselect). In VBA the popup hint
says lbContractorName = Null, but in the following code "If
Me.lbContractorName = Null Then" it doesn't register.
Any ideas why?
Thanks
Chad
My combobox filters the listbox. If nothing is selected in the listbox,
then I have a bunch of fields that are locked. When the user selects an
item in the listbox, everythying is unlocked (obviously). Now, if the user
selects a different item in my combobox, a new set of names are available in
the listbox (but I think the item is still selected even though I cannot see
it). So I set my listbox to Null (non-multiselect). In VBA the popup hint
says lbContractorName = Null, but in the following code "If
Me.lbContractorName = Null Then" it doesn't register.
Any ideas why?
Thanks
Chad