ARTICLE AD BOX
I have an access form with two controls on it:
to the left, the newest Edge Web Control and to the right an unbound subform control.The idea is that the Edge Web Control is linked to the HTML file containing the formatting and json Accordion menu. By using the "navigate" property of the Edge Web Browser I can get the Accordion to show up in the web control and actually work. However, I cannot seem to be able to capture "clicks" onto the relevant parts of the accordion to actually do something. Just ignores the click.
AI tools insist that there are exotic properties such WebMessageReceived, NavigationStarting & CoreWebView2Ready. These events do not exist on the Edge Web Control within Access.
How can I get the Edge Web Control to recognise my menu clicks and do something?
