keep text in combo after recording it in a table?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a combo box in which I have a list coming from a table and it is
recording to a field in another table. I need to have the text selected to
keep recording the same until I decide to change to any other text in the
combo? how can I do that??
 
Spirit,

Use the combo box' AfterUpdate event to change the DefaultValue property:

Me!YourComboBox.DefaultValue = Me!YourComboBox

Hope that helps.

Sprinks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top