I have a hyperlink on my form called myLink. At times I will need to click that hyperlink using VBA code. I know that sounds crazy, but trust me I need to do this. So I need to write something like:
forms!form1!myLink.click
But I suspect that that is not exactly right. Does anyone know the exact syntax?
forms!form1!myLink.click
But I suspect that that is not exactly right. Does anyone know the exact syntax?