A
Amy E. Baggott
I have a booth assignment system that is set up for a mult-hall show. The
form contains two linked combo boxes. The first brings up a list of halls
for the current show, stores the hall ID, and displays the hall designator
("N", "C", etc.). The second brings up a list of booths that are linked to
the hall that was selected, stores the booth ID and displays the booth
number. The only problem is that this form is set up so that when the sales
guy looks up a company's assignment, it should display any assignments they
currently have and allow him to "remove" that assignment (actually, he just
clicks a checkbox which tells the person actually modifying the order to take
that booth off the order and put in the new one while still keeping the
history of the old one) and/or to add a new booth assignment. The problem
arises when an exhibitor has booths in multiple halls. The second combo box
displays fine for any record that has the same hall as the first record in
the group, but if the first booth is in Hall C and the second booth is in
Hall N, the second booth number does not display. The combo box on the
second record ends up blank. If I go into the second record and click
Records, Refresh, then the second record displays perfectly and the first
record has a blank booth number. I suspect it is because of the filtering of
the second combo box, but is there a way around it?
form contains two linked combo boxes. The first brings up a list of halls
for the current show, stores the hall ID, and displays the hall designator
("N", "C", etc.). The second brings up a list of booths that are linked to
the hall that was selected, stores the booth ID and displays the booth
number. The only problem is that this form is set up so that when the sales
guy looks up a company's assignment, it should display any assignments they
currently have and allow him to "remove" that assignment (actually, he just
clicks a checkbox which tells the person actually modifying the order to take
that booth off the order and put in the new one while still keeping the
history of the old one) and/or to add a new booth assignment. The problem
arises when an exhibitor has booths in multiple halls. The second combo box
displays fine for any record that has the same hall as the first record in
the group, but if the first booth is in Hall C and the second booth is in
Hall N, the second booth number does not display. The combo box on the
second record ends up blank. If I go into the second record and click
Records, Refresh, then the second record displays perfectly and the first
record has a blank booth number. I suspect it is because of the filtering of
the second combo box, but is there a way around it?