Gustav Brock
gustav at cactus.dk
Mon Jul 12 08:09:49 CDT 2004
Hi Jim I guess you need to save the record before asking for the requery. /gustav > Two identical lines of code to requery a ListBox, one works, one doesn't. > Both on the same form, both reference the same ListBox. > > The one that works is located on the on click event of a button to delete > the current record. Delete the record - requery the ListBox. Works. > > The one that doesn't work is on the after update event of a text box. > Enter text - move to next text box - requery ListBox. Doesn't work.