Freezing Synchronized Combo Boxes

  • Thread starter John P via AccessMonster.com
  • Start date
J

John P via AccessMonster.com

I created an application with one of the forms (main form) having a couple of
buttons that opens popup forms. The main form populates the popup form with
a persons name from the main form.

One of the popup forms, in addition to having a populated “namefield”, has
three synchronized combo boxes; and, they all work.

For clarity purposes, I decided to get rid of the popup form and instead,
place each of the forms on a, “tab control.”

Information recorded in tab #1 has certain information that is populated into,
“tab #2, and so, on. In the, Properties/OnClick I expanded the path
descriptions, wherever appropriate, in order to take into account a new,
higher level main form as part of the path description.

Problem: I click on the first combo box and populate its field with a
choice. However, now, whenever I click on the second and choose from options
resulting from choices made in the first combo box, this next combo box in
sequence, as well as the entire application freezes up. There is nothing
that I can do, except to crash my application and start over.


What causes synchronized combo boxes to freeze up. I have examined and re-
examined all form and individual field properties. I cannot figure out what
is going on. Are their any articles, or does anyone have any ideas?
 

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

Top