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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating text box without reselecting combo

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have a combo box where you can select a players name.
I have a text box that when the selection is made in the combo box displays the players points.
This all works fine until i change the players points.
I have to reselect the players name in the combo box to get the players points to update in the text box, is there a way to update the text box without reselecting from the combo box?
 
Hi,

On the after update event, you could try Me.Refresh

A bit cumbersome, tho as it does refresh the whole form. Maybe there is a better way...


 
Hello Kevin1000,

Can you post a little bit more information. Are your form values coming from a table or a query? Are the combobox and text field bound or unbound?

Thanks and Good Luck!
 
The form fields (headings)are coming from a table and the values are coming from a queery. The combo box and text fields are unbound.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top