★ Access VBA - Source Code★ Link: ~ goo.gl/Caqmiq » How To Transfer Data From TextBox to a ListBox Using User-Defined Function. » How to count number of items in a ListBox Control. Have fun! Thanks ★ Follow me on ★ Twitter » twitter.com/#!/IBasskung Facebook (English) » facebook.com/CodeAMinute Facebook (สำหรับคนไทย) » facebook.com/IbasskungTutorial Google+ » plus.google.com/u/0/107523775437712370629/posts KZbin Channel » kzbin.info Dailymotion Channel » www.dailymotion.com/Ibasskung-Courses Free Source Code can be found here: » goo.gl/UNNzp2 Thank you very much. ขอบคุณครับ. #CodeAMinute #AccessVBA #Programming #UserDefinedFunction #IbasskungTutorial
@marceldefensor55724 жыл бұрын
Thank you very much. This helped me a lot.
@iBasskung4 жыл бұрын
You are very welcome. Happy coding.
@mysteriomagik4 жыл бұрын
This was helpful.. But I have a slightly different need. Instead of transferring the data from the text box into a list box, is it possible for me to transfer it into one of the fields in a table/query?
@lucasmoreira76804 жыл бұрын
Thank you so much! It helped me a lot! Actually, there was an error "You can't assign a value to this object ", but I just added an 'On Error Go Next' and then ran normally!
@iBasskung4 жыл бұрын
Thanks so much for watching. Happy coding.
@chibensonluxana2 жыл бұрын
where did you put it
@leonardolopezdjkarisma16003 жыл бұрын
Hello could you help me to transfer method use to transfer valúes from listbox to table records
@iBasskung3 жыл бұрын
Hello, please check out the example code here: codeaminute.blogspot.com/2017/08/how-to-transfer-data-from-textbox-to.html Thanks so much.
@lakritv26072 жыл бұрын
Listbox as string on textbox with separate comma?
@allysacastro41017 жыл бұрын
Help me, Im having this error "Compile Error: Invalid character" everytime I code (ctlListBox as ListBox,_) indicating that the underscore is an invalid character.