|
|
|

Code 128 is one of the most widely used barcode symbologies. But it requires checksum calculation.
With Barcodesoft Code128 font package and Microsoft® Access®, it has never been so easy to print code128 bar code from your Windows computer and desktop printer.
1. Start Microsoft® Access® first. Press ALT + F11 to open Microsoft® Visual Basic editor.

2. Press Ctrl+M, it will popup a dialog, choose barcodesoft.bas under
C:\Program File\CommonFiles\Barcodesoft\Fontutil folder. Then click "Open".

3. Close Visual Basic and go back to your database. Now, create a report in Design view and type in one of the following macros in the field where you want to show barcode before apply font typeface:
=Code128A([data.code])
=Code128B([data.code])
=Code128C([data.code])
Please notice that 'data' is the Table name, 'code' is the Field name.

4. Right click the field you want to display barcode. Choose Properties from context menu. Apply one of the appropriate font typefaces to the field.

For more information about code128, please click BarCodeSoft Code128.
Microsoft and the Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.
|
|