simulate a click event
In my Access application, I have a form that displays a list of records by an ID number. The "On Click" property points to a macro that runs when the user clicks on one of the record IDs. However, there are times when I want to automatically do the "click" so the user doesn't have to. Is there a way to simulate a click event so that the form thinks the user has clicked a particular ID, thus launching the macro?
Thanks
In my Access application, I have a form that displays a list of records by an ID number. The "On Click" property points to a macro that runs when the user clicks on one of the record IDs. However, there are times when I want to automatically do the "click" so the user doesn't have to. Is there a way to simulate a click event so that the form thinks the user has clicked a particular ID, thus launching the macro?
Thanks