Describe the bug
False positive error:
Invalid syntax: Database
To Reproduce
Steps to reproduce the behavior:
- Create a module in MS Access.
- Export it.
- Open source code .bas or .cls file in VS Code.
- See error
Code (if relevant)
Option Compare Database
Expected behavior
Nothing, there should be no error.
Describe the bug
False positive error:
Invalid syntax: Database
To Reproduce
Steps to reproduce the behavior:
Code (if relevant)
Option Compare Database
Expected behavior
Nothing, there should be no error.