I've been tasked with trying to figure out and fix a lot of bugs in a legacy Access application that is used in a lab environment to store very critical data in a SQL Server.
The reference to Stephen Lebans RTF2Toolbar has stopped working, when it is called in the code (via DoCmd.ShowToolbar) it gives the runtime error 2094, that it can't find the toolbar "RTF2".
What I think might've caused this is either that I upgraded the binary file from .mdb to .accdb recently and that somehow caused it to stop working. Or the reference to the toolbar is stripped when exporting the files via the VCS plugin (by joyfullservice on GitHub) I've started using.
Been googling like crazy all day but can't seem to find anything useful, so I'd really appreciate any helpful suggestions..!
Please and thank you!
The reference to Stephen Lebans RTF2Toolbar has stopped working, when it is called in the code (via DoCmd.ShowToolbar) it gives the runtime error 2094, that it can't find the toolbar "RTF2".
What I think might've caused this is either that I upgraded the binary file from .mdb to .accdb recently and that somehow caused it to stop working. Or the reference to the toolbar is stripped when exporting the files via the VCS plugin (by joyfullservice on GitHub) I've started using.
Been googling like crazy all day but can't seem to find anything useful, so I'd really appreciate any helpful suggestions..!
Please and thank you!