Hello
Thank you for your question and reaching out. I can understand you are having query\issues related to connect to MS Edge from an MS Access VBA.
Access to Edge is different then accessing of IE using VBA code.
In order to open a specific web page on Microsoft Edge, do like this:
VBA code:
CreateObject("Shell.Application").ShellExecute "microsoft-edge:http:// website name.com"
Reference :
--If the reply is helpful, please Upvote and Accept as answer--