I have a button that prepares a pdf report and sends it to an email address. This has worked great for years in every version of Access Except 2013. and it works there too but it has a strange quirk: it disables the ribbon. The ribbon is visible but everything is greyed out. If I close/reopen the application, it is good to go.
The functions uses CDO for windows 2000 and as such it goes to some web site to assist in its work. I have isolated the issue to the last command of the code " iMsg.Send".
How can I prevent this strange behavior and short of that, is there line of code to (re)enable the ribbon on the next line? It's just the standard ribbon. The entire ribbon is disabled.
This is the biggest time waster I have ever encountered!! Isn't this software supposed to get better/easier, not more confounding???
Thanks in advance for any insights/suggestions.
The functions uses CDO for windows 2000 and as such it goes to some web site to assist in its work. I have isolated the issue to the last command of the code " iMsg.Send".
How can I prevent this strange behavior and short of that, is there line of code to (re)enable the ribbon on the next line? It's just the standard ribbon. The entire ribbon is disabled.
This is the biggest time waster I have ever encountered!! Isn't this software supposed to get better/easier, not more confounding???
Thanks in advance for any insights/suggestions.