Microsoft
Software
Hardware
Network
Question : refreshing listbox value
I have a listbox on a form. Sometimes the value of the listbox does not reflect what is actually selected. Specifically, after I have deleted an item from the listbox and there is no item selected on the listbox, the value it reflects in some code following is still the id of the deleted item instead of "null." Is there a way to refresh the value? I tried using the requery command, but did not work?
Answer : refreshing listbox value
After deleting ... try this:
Me.YourListBoxName = Null
This will clear the list box.
mx
Random Solutions
String is a palindrome or not program !!
Access subquery returning multiple records even when 'select top 1' is used
Expression too complex to be evaluated
Outlook autodiscover popup issue - SBS 2008/Exchange 2007
IIS administrator in Exchange Server
Validate front end server configuration error
Remove special character from string
Comparable Objects
Convert date from mm/dd/yyyy to yyyymmdd
Why am I getting this clipboard warning message on IE8?