Transfer a.k.a Drag and Drop

syah96

Registered User.
Local time
Today, 11:52
Joined
Jan 23, 2013
Messages
10
Ok here my idea, i got a listbox and textbox in one form and what i want to do is when user click item in listbox, the item will transfer to textbox. I already achive this using vba code but i failed to get is to make the item in listbox is dissapear when the record available (so number of item will be decrease). It is possible to make item in listbox dissapear? Plz tell me how... Tq
 
Hello,

More information is needed, how are you populating the listbox, SQL or values? Whether there is anything unique to hide by, i,e, if people there could be 2 John's, but each of them will have an Employee_ID say, of 1 and 2, so you can remove by the IDs

Please supply more info and things you've tried, helps everyone help you :)
 

Users who are viewing this thread

Back
Top Bottom