
combo box/database combo box vlaue question - newbie
Quote:
>Check against the .ListIndex property. If a value was not selected, this
property will equate to a -1; if a value is
Quote:
>selected, the property will equate to whatever the list value is for the
item selected.
>-Richard
It worked for the combo box, but not the DBcombo box.
If dbcday.listindex = "-1" then
nok = false ' Don't update the record.
end if
Any idea on how to check the DB combo box?
"Object doesn't support this property or method."
thanks, Dave