Character Encoding in VBA Editor

I have an MS Access database. All names (tables, fields, data, etc.) are in Ukrainian. Both my access and Windows are English. This is what happens when I try to enter the table name in Ukrainian in the VBA editor:

1

Same thing with all identifiers. And obviously this code does not work. Any way to fix this without renaming everything?

+4
source share
2 answers

Unfortunately, the VB editor does not support Unicode, but uses the code page of the current Windows language. To edit the code, you need to either change the names of the tables, queries and Access fields to English, or change the Windows code page to Ukrainian.

, VBA , , VBA VBA .

Access , .

+3

, : - . . . , MS Access DB .

+1

All Articles