https://github.com/team-moeller/better-access-barcode
Create barcodes in Access with JsBarcode
https://github.com/team-moeller/better-access-barcode
access barcode ms-access vba
Last synced: 2 months ago
JSON representation
Create barcodes in Access with JsBarcode
- Host: GitHub
- URL: https://github.com/team-moeller/better-access-barcode
- Owner: team-moeller
- License: mit
- Created: 2022-09-24T13:24:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T18:33:24.000Z (over 2 years ago)
- Last Synced: 2024-01-28T01:10:23.077Z (over 2 years ago)
- Topics: access, barcode, ms-access, vba
- Language: VBA
- Homepage:
- Size: 45.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Better-Access-Barcode
Create barcodes in Access with JsBarcode
## Why Better-Access-Barcode?
In Access we don't have a built-in option for generating barcodes. To do so we need a third-party active-x control.
But why use a third-party ocx when we can have it in Access. There are many solutions for barcodes based on Java Script available on the web. This project makes use of this. We create different types of barcodes using the JsBarcode library and display them in the web browser control. The whole logic is hidden in a class module.
Take a look at the demo and let yourself be inspired by the possibilities.
## You want to give it a try?
1. Download the [latest release](https://github.com/team-moeller/better-access-barcode/releases/latest)
2. Unpack the files to a trusted folder
3. Run the database
4. Push the button: "Create Barcode"