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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.