Hi all,
A bit of background:
I have a db used for processing orders for hospitality at sporting events. There is a main form with two subforms, one nested in the other - the subforms hold order information, the main client details. We run around 50 events a year. As part of entering an order the user selects an event from a combo box.
Because a)Orders are inputted onto the db a minimum of five days before the event and b) in the interest of user friendliness (who wants to scroll through loads of old events to find the one they're looking for?), I want to restrict the list to events where the event date > date().
When I do this (by changing the row source criteria) the field which displays the event name on the subform blanks out for all orders for events before date() - they are still there because when I change the row source back they re-appear, but are just not displayed.
How can I prevent this happening and still restrict the combo list? Robbo ;-)
A bit of background:
I have a db used for processing orders for hospitality at sporting events. There is a main form with two subforms, one nested in the other - the subforms hold order information, the main client details. We run around 50 events a year. As part of entering an order the user selects an event from a combo box.
Because a)Orders are inputted onto the db a minimum of five days before the event and b) in the interest of user friendliness (who wants to scroll through loads of old events to find the one they're looking for?), I want to restrict the list to events where the event date > date().
When I do this (by changing the row source criteria) the field which displays the event name on the subform blanks out for all orders for events before date() - they are still there because when I change the row source back they re-appear, but are just not displayed.
How can I prevent this happening and still restrict the combo list? Robbo ;-)