A
APS
I have a form, part of which is a set of nested queries. They are in a set of
combo boxes, the entry in the first one limits the list in the second one.
This goes on for 5 levels. I can clear the combo boxes by setting them back
to NULL. However, they seem to remember the last data that was in them and
will not allow new entry in the box 1 to set a new list in box 2 and so on.
If I requery, it seems to break the nesting.
Any Ideas on how to clear the boxes and keep the nesting. By the way closing
and opening the form works, but the form is so complex that the delay is
unsatisfactory and it also deletes other info that I don't want to clear.
combo boxes, the entry in the first one limits the list in the second one.
This goes on for 5 levels. I can clear the combo boxes by setting them back
to NULL. However, they seem to remember the last data that was in them and
will not allow new entry in the box 1 to set a new list in box 2 and so on.
If I requery, it seems to break the nesting.
Any Ideas on how to clear the boxes and keep the nesting. By the way closing
and opening the form works, but the form is so complex that the delay is
unsatisfactory and it also deletes other info that I don't want to clear.