Forum Discussion
Maxine14062
Nov 14, 2024Brass Contributor
Bar Code label problems
Office 365. I have labels (reports) with fields that are printed in a bar code font (Code 128 or 3 of 9). After automatic updates, these bar codes do not print properly. Is this a known problem? If not, what is causing these repeated problems?
Thanks in advance,
- arnel_gpSteel Contributor
there are other alternatives like generation of the barcode using VBA (and not by font).
also using ZXing barcode library (this is freeware).
- Mks_1973Iron Contributor
The issue of barcodes not printing properly after updates is a common problem, especially with Office 365 (Microsoft 365)
After Office updates, sometimes specific fonts (like barcode fonts) are either corrupted, replaced, or even removed during the update process. (Reinstall barcode fonts and ensure embedding.)
Updates to Office 365 may create incompatibilities with printer drivers, leading to incorrect barcode rendering or misprints. (Update printer drivers.)
Automatic updates of Windows or Office can cause issues with how barcodes are rendered and printed.
Roll back or reconfigure Office updates.
Sometimes, updates reset or change print settings, such as print quality, which can affect how fonts are rendered. (Check printer settings for print quality.)
If your Office document is in Compatibility Mode (e.g., saved in an older Word format like .doc
(Ensure that font substitution is not occurring.)
Save the file in a modern format (e.g., .docx).
Repair Microsoft Office installation.- Maxine14062Brass Contributor
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!
- Gerrit_ViehmannBrass Contributor
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 MERGEBARCOE or DISPLAYBARCODE) without external dependency.
To test if your Word can do this, press CTRL+F9, insert DISPLAYBARCODE "0123456789" Code39 and then press Alt+F9.