Text box value base on ListBox (1 Viewer)

Pro

Registered User.
Local time
Today, 15:55
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 ...
 

CJ_London

Super Moderator
Staff member
Local time
Today, 13:55
Joined
Feb 19, 2013
Messages
16,607
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
 

Pro

Registered User.
Local time
Today, 15:55
Joined
Apr 28, 2015
Messages
19
Dear pr2-eugin Sorry for that ! how I can fix it ?
 

Pro

Registered User.
Local time
Today, 15:55
Joined
Apr 28, 2015
Messages
19
Dear CJ_London
Thank You Very Mach it Solved :D
 

Users who are viewing this thread

Top Bottom