- Local time
- Tomorrow, 04:37
- Joined
- Jan 20, 2009
- Messages
- 12,895
I have a textbox with the control source bound to a query. It also has an onchange event procedure that is meant to lookup values for other textboxes based on the number in the bound textbox.
When I change the current record in the query, the bound box changes too but it does not trigger the onchange event procedure, presumably because the content of the box hasn't actually changed. It is still the same expression even though the displayed value changes.
Is there a way to trigger an event in a bound textbox when the displayed value changes?
When I change the current record in the query, the bound box changes too but it does not trigger the onchange event procedure, presumably because the content of the box hasn't actually changed. It is still the same expression even though the displayed value changes.
Is there a way to trigger an event in a bound textbox when the displayed value changes?