Tabing out of ComboBox changes data?

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

Guest

I have a main form with a subform that are linked via the master and child
fields. All is fine so far. I have a combobox on the main form that I use
to looks up data on the subform based on the value I select in the combobox.
Works great! However, when I tab out of the combobox into the subform, the
data in the subform changes and is no longer synchronized with the combobox.
Anyone know how I can fix this? It's driving me nuts; I don't want to lose
synchronization.
Any help will be appreciated, Thanks..

Denny G.
 
Denny said:
I have a main form with a subform that are linked via the master and
child fields. All is fine so far. I have a combobox on the main
form that I use to looks up data on the subform based on the value I
select in the combobox. Works great! However, when I tab out of the
combobox into the subform, the data in the subform changes and is no
longer synchronized with the combobox. Anyone know how I can fix
this? It's driving me nuts; I don't want to lose synchronization.
Any help will be appreciated, Thanks..

Denny G.

Make sure that AutoCorrect is disabled on the ComboBox.
 
Rick, thanks. Turns out that going to the properties of the main form and
changing the Cycle property to "Current Page" did the trick.

Denny G.
 

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