Hi all,
In February I had a similar query on the following thread: https://bytes.com/topic/access/answe...-selected-item
The answer given works fine but is a little clunky - e.g. when the user types multiple keys in a row it executes the change event multiple times so the typing is behind on screen. Is there anyway to make it so that it only queries once when the user has stopped typing rather than every time? I would guess it would be some timer event but I've never used them before and I'm not sure how to get it to work!
In February I had a similar query on the following thread: https://bytes.com/topic/access/answe...-selected-item
The answer given works fine but is a little clunky - e.g. when the user types multiple keys in a row it executes the change event multiple times so the typing is behind on screen. Is there anyway to make it so that it only queries once when the user has stopped typing rather than every time? I would guess it would be some timer event but I've never used them before and I'm not sure how to get it to work!
Comment