I hope somebody can help on this.
Simply, I have a List box (lboTitles) in a form; its list items are pulled from a table via a query, and a bound text box (txtTitle). When a user enters text in the txtTitle text box, I want my Afterupdate event procedure txtTitle_Afterupdate to immediately update the list box (lboTitles) showing the newly entered title in the txtTitle. Currently all I have in the txtTitles_Afterupdate() is : me.lboTitles.Requery. Guess what! it is not working. I have tried and tried but no luck. Experts please help. Thanks.