C
cp2599
My combobox is empty, but my code is not picking that up. I've tried
the following statements and none seem to work. Any suggestions?
If Nz(Me.cboSearchArea,0) = 0 then If Nz
(Me.cboSearchArea.Value, 0) = 0 then
If Me.cboSearchArea = "" then If Me.cboSearchArea.Value
= "" then
If Me.cboSearchArea = 0 then If Me.cboSearchArea.Value
= 0 then
If Me.cboSearchArea = " " then If Me.cboSearchArea.Value
= " " then
I'm having the same problem with a numeric field as well.
the following statements and none seem to work. Any suggestions?
If Nz(Me.cboSearchArea,0) = 0 then If Nz
(Me.cboSearchArea.Value, 0) = 0 then
If Me.cboSearchArea = "" then If Me.cboSearchArea.Value
= "" then
If Me.cboSearchArea = 0 then If Me.cboSearchArea.Value
= 0 then
If Me.cboSearchArea = " " then If Me.cboSearchArea.Value
= " " then
I'm having the same problem with a numeric field as well.