Cant Delete data from Listbox!

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

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
 
Actually will let me delete everything except I have to leave one letter in
the Listbox, So if I have the word
Apple I can delete "pple" and the A will just show when I save but If I try
to delete "Apple" the whole word comes back after i save....Thanks Bob
 
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/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top