I have a few combo boxes in which the user makes selections and thoses values are taken and displayed in textbox for viewing. But when there are no values selected in the combo boxes, my fcn for the display goes weird and says invald use of null. I tried If Isnull (L) then
L=""
end if
But it doesn't work. Why doesn't it accept blank entries in the combobox?
L=""
end if
But it doesn't work. Why doesn't it accept blank entries in the combobox?