Hi all,
I searched for posts on the above topic but could not find an answer specific to my issue.
I use currentdb.execute to insert a value into a listbox and then update the listbox using me.notelist.rowsource = me.notelist.rowsource
Me.NoteList.Requery
If IsNull(Me.CurNote) = True Then...