G
Guest
I am using a list box on a form to enter data. The list box is refreshed vie
requery when the user leave another control. I always show the choices in the
list box for the current record plus "other item" by having this as an
alternative in the query for the list box. I want to automatically enter the
value from the list box if there is only onr alternative to the "other item"
and can't seem to make it happen. (i am running a query similar to the one
for the list box and counting the records using If record count =2 then
value=listbox value but nothing happpens. I think I need to get the value
into the list box somehow without clicking it. any assistance would be
appreciated
Mike
requery when the user leave another control. I always show the choices in the
list box for the current record plus "other item" by having this as an
alternative in the query for the list box. I want to automatically enter the
value from the list box if there is only onr alternative to the "other item"
and can't seem to make it happen. (i am running a query similar to the one
for the list box and counting the records using If record count =2 then
value=listbox value but nothing happpens. I think I need to get the value
into the list box somehow without clicking it. any assistance would be
appreciated
Mike