E
ed
I have a combobox named "Drawing No" and a Listbox where
all the existing parts in the Part List_tbl are listed.
There is query attached to the Rowsource of the combox
which brings the drawing number from Drawing_tbl. The
value of the combobox changes as you select different
records from the list. I want to insert this combobox's
value (drawing no) into another table by clicking on a
command button. I tried everything but it doesnot work.
Because when I select different record from the listbox,
despite the value of the combobox changes it doesnot
disappear in the combobox unless you click on the little
arrow on the combobox. So after selecting the record from
the listbox, I have to go to combobox click on the arrow
and highlight the querried drawing no then it works.
Is there any easy way to do that? I used listbox instead
of combobox to bring up the drawing no but same thing. You
have to highlight it if you want to insert it.
all the existing parts in the Part List_tbl are listed.
There is query attached to the Rowsource of the combox
which brings the drawing number from Drawing_tbl. The
value of the combobox changes as you select different
records from the list. I want to insert this combobox's
value (drawing no) into another table by clicking on a
command button. I tried everything but it doesnot work.
Because when I select different record from the listbox,
despite the value of the combobox changes it doesnot
disappear in the combobox unless you click on the little
arrow on the combobox. So after selecting the record from
the listbox, I have to go to combobox click on the arrow
and highlight the querried drawing no then it works.
Is there any easy way to do that? I used listbox instead
of combobox to bring up the drawing no but same thing. You
have to highlight it if you want to insert it.