I have a combo box that is linked to a table
rowsourcetype = table/query
rowsource = SELECT TblReturntoList.fldReturnToList FROM TblReturntoList;
limitToList = Yes
I (thanks to code I found here) am able to add new items via the notinlist event but after the users add the new item, it does not refresh in the combo box. It does add it to the table.
I have tried
me.requery
on the onfocus,
onclick and
even as the last step in the notinlist.
I do not want to create a new form for to simply add a new item and will appreciate any help/guidance given.
Thanks
lhuffst
rowsourcetype = table/query
rowsource = SELECT TblReturntoList.fldReturnToList FROM TblReturntoList;
limitToList = Yes
I (thanks to code I found here) am able to add new items via the notinlist event but after the users add the new item, it does not refresh in the combo box. It does add it to the table.
I have tried
me.requery
on the onfocus,
onclick and
even as the last step in the notinlist.
I do not want to create a new form for to simply add a new item and will appreciate any help/guidance given.
Thanks
lhuffst