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
Microsoft Exchange hardware requirement
Custom install of MSOffice 2007 via GPO
Excel 2007 Column Chart Width
Meeting request change delayed (4.4.7) when sending to more than one outside recipient
MoveWindow causes Flicker
Autopopulate 2 fields on the same form from same table
Can't open .chm files over network
Imput Mask for Date ?
SET PATH TO and Config.FPW
How to Grant Local Admin Rights to Domain Users via Group Policy