Text box value base on ListBox

Pro

Registered User.
Local time
Today, 03:18
Joined
Apr 28, 2015
Messages
19
Hello All

I have 2 form ( Form A & Form B )
Form A contend Contain ListBox
Form B contend Contain bound Text box

I need to know how when double click ListBox at Form A passing value of listbox.Column(0) to bound Text box at Form B

Please at expiration builder if can

Thanks ...
 
in the listbox doubleclick event put

forms![Form B].form.boundtextbox=me.listbox.Column(0)

Note: Form B must be open otherwise you will get an error
 
Dear pr2-eugin Sorry for that ! how I can fix it ?
 
Dear CJ_London
Thank You Very Mach it Solved :D
 

Users who are viewing this thread

Back
Top Bottom