I have a combo box whose value is derived from a value list. Behind the After Update I have an event procedure that references the value in the combo box with data in another table. The first time I put data in the combo box the code executes fine. If I then immediately change the value in the combo box the event procedure does not fire at all. I put a stop in the code behind the event procedure to verify this.
Why would the event procedure only work once? Thanks
Why would the event procedure only work once? Thanks