Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HOW TO SINCRONIZE A TEXT FIELD WITH A COMBO?

Status
Not open for further replies.

aqm

Programmer
Aug 26, 2002
65
AO
DEAR
HOW CAN I SYNCRONIZE A TEXTBOX WITH A COMBOBOX? I WISH THAT WHEN I SELECT A COUNTRY ON THE COMBOBOX, THE TEXT FIELD WILL NOT DISPLAY OR SHOW THE DATE OF ENTRY IN THAT SPECIFIC COUNTRY.
PLEASE HELP
AQM
 
In the combo box's AfterUpdate event put the code that sets the required data into the textbox control - and makes it .Visible = Yes - or whatever else you want.






G LS
accessaceNOJUNK@valleyalley.co.uk
Remove the NOJUNK to use.

Please remember to give helpful posts the stars they deserve!
This makes the post more visible to others in need! :-D

 
HI,
WHAT IS THE CODE THAT SETS THE REQUIRED DATA INTO THE TEXT BOX CONTROL?
PLEASE HELP.
 
STOP SHOUTING



I don't know what the code is because you have not provided the information I need.

All you've said is
THE TEXT FIELD WILL NOT DISPLAY OR SHOW THE DATE OF ENTRY IN THAT SPECIFIC COUNTRY

That just tells me that you need some logic in there - but what- I cannot tell.


What are the control names ?
What is the logic that define 'visibility' ?
Where does the data come from that is to go into the text box ?
Where does the combo get it's data ( RowSource) ?
Is the combo Bound ?
Is the text box Bound ?

etc..


G LS
accessaceNOJUNK@valleyalley.co.uk
Remove the NOJUNK to use.

Please remember to give helpful posts the stars they deserve!
This makes the post more visible to others in need! :-D

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top