Hi,
I got this listbox that has many records. What I want is to pass the value of the selected record to another form that triggered after I pressed a button in the form that has the listbox. How can I do that? Can I do it with query? Or can I do it by storing a global variable? Or any simplistic solution? Thanks
heres the listbox, after I select one of the records in the listbox and click the update unit button, I want the selected unitID to be passed to...
this textbox with label unitID in another form
any suggestion/solution? Thanks
I got this listbox that has many records. What I want is to pass the value of the selected record to another form that triggered after I pressed a button in the form that has the listbox. How can I do that? Can I do it with query? Or can I do it by storing a global variable? Or any simplistic solution? Thanks
heres the listbox, after I select one of the records in the listbox and click the update unit button, I want the selected unitID to be passed to...
this textbox with label unitID in another form
any suggestion/solution? Thanks