Hi Bob,
You need to look at the subSetValues procedure to see what it is doing.
Click your mouse cursor anywhere within subSetValues, and then press the
Shift and F2 keys simultaneously. This should take you to this subroutine or
function, so that you can see what it is doing. Note: Ctrl Shift F2 should
bring you back to where you started from.
Tom Wickerath, Microsoft Access MVP
http://www.access.qbuilt.com/html/ex...tributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
"Bob" wrote:
> Sorry A Text Box not ListBox
>
> "Bob" <(E-Mail Removed)> wrote in message news:e4iuqc$j7t$(E-Mail Removed)...
> >
> >
> > When I delete the data from the listbox on a Form when I come back to the
> > form the Data is returning, the event/After Update code is:
> >
> > Private Sub tbStableDescription_AfterUpdate()
> > subSetValues
> > End Sub
> >
> > Thanks in advance.........Bob Vance
> >
>
>
>