Forum Discussion
Bar Code label problems
First, I am in Access, not Word. I cannot save as a .docx. Next, if this is a known bug, why isn't Access IT working hard to correct the problem? This is NOT something that users should have to live with!
Please be more polite. It's not an Access Problem. We are not your IT support.
You didn't tell us which font is used and provided no details about how the printout looks (everybody has a smartphone nowadays). We can not help you if you don't describe your problem properly.
If you used the "Code 39 Logitogo" font, your Word may have used the wrong language.
Word 2013 and later can generate barcodes (with https://learn.microsoft.com/en-us/openspecs/office_standards/ms-oi29500/cc4b13c2-c09b-4545-a6ae-4509d943233eor https://learn.microsoft.com/en-us/openspecs/office_standards/ms-oi29500/cbc893c0-9683-416d-84c6-407a92451c19) without external dependency.
To test if your Word can do this, press CTRL+F9, insert DISPLAYBARCODE "0123456789" Code39 and then press Alt+F9.
- arnel_gpNov 18, 2024Iron Contributor
Please back read first.
Maxine already mentioned that she is doing it in MS Access and not in Word.
- Gerrit_ViehmannNov 18, 2024Brass Contributor
I see. Sorry, Maxine.
Access reports can be tightly coupled to the printer driver used. Those might have been updated automatically by Windows Update or other software.
In the past, I have used Zint (open source) https://sourceforge.net/projects/zint/ or StrokeScribe (paid) https://strokescribe.com/ with Access reports.
Every Access DB, every report and every form has a theme. Office Updates can change the fonts used in a report by updating the default theme.
The theme name can be seen with VBA-Code in the report property ThemeResourceName. "[Use DB Theme]" is the default.The DB theme is stored in "%APPDATA%\Roaming\Microsoft\Access\System.mdw" Property "Theme Resource Name" and is a per-user setting that applies to all databases opened by the user.