Text field Update

Ringers

Registered User.
Local time
Today, 15:32
Joined
Mar 4, 2003
Messages
54
I have managed to sync my combo boxes to filter and update with the correct information(only took me two weeks, lol).

But now i am trying to update the text fields below them with the filtered selection from the combo boxes.

combo box 1= Branch_Name
combo box 2= Branch_City

Text field 1 = Branch_Contact
Text field 2 = Branch_Phone
Text field 3 = Branch_Address

How do i refresh/update the text fields depending on the selection made in the combo boxes.

Thanks for any help provided.

:D
 
Depends where you are keeping the 'contact','PhoneNo' etc. If they are extra fields in the combo box you can use the update event to make the 'textbox = combobox.column(3)' or similar.
Any good?
 

Users who are viewing this thread

Back
Top Bottom