I have a fair bit of automation working with a particular site from Access 2010. Most of it is working perfectly except for the onChange event for a selection box. I change the value with:
ie.Document.all("StandardGameCountSel").Value = 18
The value is updated but the event...